Html Css Color HEX #C7B428 Earls Green

📋 copy color: '#C7B428'

red 199 ◦ green 180 ◦ blue 40

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

Shades of Earls Green #C7B428

Tints of Earls Green #C7B428

RGB

 RED value IS 199 (78.13% from 255) = 47.49%

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

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

R = 47.49%
G = 42.96%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7B428 (or 0xC7B428) is known color: Earls Green. HEX triplet: C7, B4 and 28. RGB value is (199,180,40). Sum of RGB (Red+Green+Blue) = 199+180+40=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B428 is #384BD7. Grayscale: #AAAAAA. Windows color (decimal): -3689432 or 2667719. OLE color: 2667719.

HSL color Cylindrical-coordinate representation of color #C7B428: hue angle of 52.83º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7B428 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 180 40 -
CMYK 0 0.10 0.80 0.22
HSL 52.83º 0.67% 0.47% -
HSV(B) 52.83º 0.8% 0.78% -
XYZ 40.26 44.94 8.56 -
YUV 169.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 199 180 40 0 0.10 0.80 0.22 52.83 0.67 0.47
Hex C7 B4 28 0 A 50 16 35 43 2F
Octal 307 264 50 0 12 120 26 65 103 57
Binary 11000111 10110100 101000 0 1010 1010000 10110 110101 1000011 101111

Color Harmonies of #C7B428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B428

Black with #C7B428

Text Example


Text Example

White with #C7B428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B428; }

 p { color: rgb(199,180,40); }

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

background-color css

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

 a { background-color: rgb(199,180,40); }

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

border-color css

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

 span { border-color: rgb(199,180,40); }

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