Html Css Color HEX #C4B015 Earls Green

📋 copy color: '#C4B015'

red 196 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #C4B015

Tints of Earls Green #C4B015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 49.87%
G = 44.78%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4B015 (or 0xC4B015) is known color: Earls Green. HEX triplet: C4, B0 and 15. RGB value is (196,176,21). Sum of RGB (Red+Green+Blue) = 196+176+21=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B015 is #3B4FEA. Grayscale: #A4A4A4. Windows color (decimal): -3887083 or 1421508. OLE color: 1421508.

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

Color convert

RGB 196 176 21 -
CMYK 0 0.10 0.89 0.23
HSL 53.14º 0.81% 0.43% -
HSV(B) 53.14º 0.89% 0.77% -
XYZ 38.43 42.84 6.95 -
YUV 164.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 196 176 21 0 0.10 0.89 0.23 53.14 0.81 0.43
Hex C4 B0 15 0 A 59 17 35 51 2B
Octal 304 260 25 0 12 131 27 65 121 53
Binary 11000100 10110000 10101 0 1010 1011001 10111 110101 1010001 101011

Color Harmonies of #C4B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B015

Black with #C4B015

Text Example


Text Example

White with #C4B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B015; }

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

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

background-color css

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

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

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

border-color css

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

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

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