Html Css Color HEX #C4B526 Earls Green

📋 copy color: '#C4B526'

red 196 ◦ green 181 ◦ blue 38

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

Shades of Earls Green #C4B526

Tints of Earls Green #C4B526

RGB

 RED value IS 196 (76.95% from 255) = 47.23%

 GREEN value IS 181 (71.09% from 255) = 43.61%

 BLUE value IS 38 (15.23% from 255) = 9.16%

R = 47.23%
G = 43.61%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4B526 (or 0xC4B526) is known color: Earls Green. HEX triplet: C4, B5 and 26. RGB value is (196,181,38). Sum of RGB (Red+Green+Blue) = 196+181+38=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B526 is #3B4AD9. Grayscale: #A9A9A9. Windows color (decimal): -3885786 or 2536900. OLE color: 2536900.

HSL color Cylindrical-coordinate representation of color #C4B526: hue angle of 54.3º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4B526 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 181 38 -
CMYK 0 0.08 0.81 0.23
HSL 54.3º 0.68% 0.46% -
HSV(B) 54.3º 0.81% 0.77% -
XYZ 39.64 44.92 8.42 -
YUV 169.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 196 181 38 0 0.08 0.81 0.23 54.3 0.68 0.46
Hex C4 B5 26 0 8 51 17 36 44 2E
Octal 304 265 46 0 10 121 27 66 104 56
Binary 11000100 10110101 100110 0 1000 1010001 10111 110110 1000100 101110

Color Harmonies of #C4B526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B526

Black with #C4B526

Text Example


Text Example

White with #C4B526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B526; }

 p { color: rgb(196,181,38); }

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

background-color css

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

 a { background-color: rgb(196,181,38); }

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

border-color css

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

 span { border-color: rgb(196,181,38); }

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