Html Css Color HEX #C4B42B Earls Green

📋 copy color: '#C4B42B'

red 196 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #C4B42B

Tints of Earls Green #C4B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 43 (17.19% from 255) = 10.26%

R = 46.78%
G = 42.96%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4B42B (or 0xC4B42B) is known color: Earls Green. HEX triplet: C4, B4 and 2B. RGB value is (196,180,43). Sum of RGB (Red+Green+Blue) = 196+180+43=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B42B is #3B4BD4. Grayscale: #A9A9A9. Windows color (decimal): -3886037 or 2864324. OLE color: 2864324.

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

Color convert

RGB 196 180 43 -
CMYK 0 0.08 0.78 0.23
HSL 53.73º 0.64% 0.47% -
HSV(B) 53.73º 0.78% 0.77% -
XYZ 39.52 44.55 8.8 -
YUV 169.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 196 180 43 0 0.08 0.78 0.23 53.73 0.64 0.47
Hex C4 B4 2B 0 8 4E 17 36 40 2F
Octal 304 264 53 0 10 116 27 66 100 57
Binary 11000100 10110100 101011 0 1000 1001110 10111 110110 1000000 101111

Color Harmonies of #C4B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B42B

Black with #C4B42B

Text Example


Text Example

White with #C4B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B42B; }

 p { color: rgb(196,180,43); }

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

background-color css

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

 a { background-color: rgb(196,180,43); }

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

border-color css

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

 span { border-color: rgb(196,180,43); }

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