Html Css Color HEX #C5C42D Barberry

📋 copy color: '#C5C42D'

red 197 ◦ green 196 ◦ blue 45

#C5C42D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #C5C42D

Tints of Barberry #C5C42D

RGB

 RED value IS 197 (77.34% from 255) = 44.98%

 GREEN value IS 196 (76.95% from 255) = 44.75%

 BLUE value IS 45 (17.97% from 255) = 10.27%

R = 44.98%
G = 44.75%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5C42D (or 0xC5C42D) is known color: Barberry. HEX triplet: C5, C4 and 2D. RGB value is (197,196,45). Sum of RGB (Red+Green+Blue) = 197+196+45=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C42D is #3A3BD2. Grayscale: #B3B3B3. Windows color (decimal): -3816403 or 2999493. OLE color: 2999493.

HSL color Cylindrical-coordinate representation of color #C5C42D: hue angle of 59.61º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5C42D is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 45 -
CMYK 0 0.01 0.77 0.23
HSL 59.61º 0.63% 0.47% -
HSV(B) 59.61º 0.77% 0.77% -
XYZ 43.24 51.54 10.15 -
YUV 179.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 197 196 45 0 0.01 0.77 0.23 59.61 0.63 0.47
Hex C5 C4 2D 0 1 4D 17 3C 3F 2F
Octal 305 304 55 0 1 115 27 74 77 57
Binary 11000101 11000100 101101 0 1 1001101 10111 111100 111111 101111

Color Harmonies of #C5C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C42D

Black with #C5C42D

Text Example


Text Example

White with #C5C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C42D; }

 p { color: rgb(197,196,45); }

 H1.HeaderClassName
 {
   color: #C5C42D;
 }
 .AnyTagClassName
 {
   color: #C5C42D;
 }
</style>

background-color css

<style>
 a { background-color: #C5C42D; }

 a { background-color: rgb(197,196,45); }

 div.DivClassName
 {
   background-color: #C5C42D;
 }
 .BgClassName
 {
   background-color: #C5C42D;
 }
</style>

border-color css

<style>
 span { border-color: #C5C42D; }

 span { border-color: rgb(197,196,45); }

 td.TdClassName
 {
   border-color: #C5C42D;
 }
 .TagClassName
 {
   border-color: #C5C42D;
 }
</style>