Html Css Color HEX #C4B528 Earls Green

📋 copy color: '#C4B528'

red 196 ◦ green 181 ◦ blue 40

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

Shades of Earls Green #C4B528

Tints of Earls Green #C4B528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 47%
G = 43.41%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C4B528 (or 0xC4B528) is known color: Earls Green. HEX triplet: C4, B5 and 28. RGB value is (196,181,40). Sum of RGB (Red+Green+Blue) = 196+181+40=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B528 is #3B4AD7. Grayscale: #A9A9A9. Windows color (decimal): -3885784 or 2667972. OLE color: 2667972.

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

Color convert

RGB 196 181 40 -
CMYK 0 0.08 0.80 0.23
HSL 54.23º 0.66% 0.46% -
HSV(B) 54.23º 0.8% 0.77% -
XYZ 39.67 44.94 8.59 -
YUV 169.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 196 181 40 0 0.08 0.80 0.23 54.23 0.66 0.46
Hex C4 B5 28 0 8 50 17 36 42 2E
Octal 304 265 50 0 10 120 27 66 102 56
Binary 11000100 10110101 101000 0 1000 1010000 10111 110110 1000010 101110

Color Harmonies of #C4B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B528

Black with #C4B528

Text Example


Text Example

White with #C4B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B528; }

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

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

background-color css

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

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

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

border-color css

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

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

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