Html Css Color HEX #C4B024 Earls Green

📋 copy color: '#C4B024'

red 196 ◦ green 176 ◦ blue 36

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

Shades of Earls Green #C4B024

Tints of Earls Green #C4B024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 36 (14.45% from 255) = 8.82%

R = 48.04%
G = 43.14%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C4B024 (or 0xC4B024) is known color: Earls Green. HEX triplet: C4, B0 and 24. RGB value is (196,176,36). Sum of RGB (Red+Green+Blue) = 196+176+36=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B024 is #3B4FDB. Grayscale: #A6A6A6. Windows color (decimal): -3887068 or 2404548. OLE color: 2404548.

HSL color Cylindrical-coordinate representation of color #C4B024: hue angle of 52.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4B024 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 36 -
CMYK 0 0.10 0.82 0.23
HSL 52.5º 0.69% 0.45% -
HSV(B) 52.5º 0.82% 0.77% -
XYZ 38.61 42.91 7.92 -
YUV 166.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 196 176 36 0 0.10 0.82 0.23 52.5 0.69 0.45
Hex C4 B0 24 0 A 52 17 34 45 2D
Octal 304 260 44 0 12 122 27 64 105 55
Binary 11000100 10110000 100100 0 1010 1010010 10111 110100 1000101 101101

Color Harmonies of #C4B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B024

Black with #C4B024

Text Example


Text Example

White with #C4B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B024; }

 p { color: rgb(196,176,36); }

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

background-color css

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

 a { background-color: rgb(196,176,36); }

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

border-color css

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

 span { border-color: rgb(196,176,36); }

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