Html Css Color HEX #C4B01C Earls Green

📋 copy color: '#C4B01C'

red 196 ◦ green 176 ◦ blue 28

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

Shades of Earls Green #C4B01C

Tints of Earls Green #C4B01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7%

R = 49%
G = 44%
B = 7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4B01C (or 0xC4B01C) is known color: Earls Green. HEX triplet: C4, B0 and 1C. RGB value is (196,176,28). Sum of RGB (Red+Green+Blue) = 196+176+28=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B01C is #3B4FE3. Grayscale: #A5A5A5. Windows color (decimal): -3887076 or 1880260. OLE color: 1880260.

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

Color convert

RGB 196 176 28 -
CMYK 0 0.10 0.86 0.23
HSL 52.86º 0.75% 0.44% -
HSV(B) 52.86º 0.86% 0.77% -
XYZ 38.5 42.87 7.34 -
YUV 165.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 196 176 28 0 0.10 0.86 0.23 52.86 0.75 0.44
Hex C4 B0 1C 0 A 56 17 35 4B 2C
Octal 304 260 34 0 12 126 27 65 113 54
Binary 11000100 10110000 11100 0 1010 1010110 10111 110101 1001011 101100

Color Harmonies of #C4B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B01C

Black with #C4B01C

Text Example


Text Example

White with #C4B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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