Html Css Color HEX #C7B128 Earls Green

📋 copy color: '#C7B128'

red 199 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #C7B128

Tints of Earls Green #C7B128

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

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

R = 47.84%
G = 42.55%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7B128 (or 0xC7B128) is known color: Earls Green. HEX triplet: C7, B1 and 28. RGB value is (199,177,40). Sum of RGB (Red+Green+Blue) = 199+177+40=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B128 is #384ED7. Grayscale: #A8A8A8. Windows color (decimal): -3690200 or 2666951. OLE color: 2666951.

HSL color Cylindrical-coordinate representation of color #C7B128: hue angle of 51.7º 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 #C7B128 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 177 40 -
CMYK 0 0.11 0.80 0.22
HSL 51.7º 0.67% 0.47% -
HSV(B) 51.7º 0.8% 0.78% -
XYZ 39.66 43.74 8.36 -
YUV 167.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 199 177 40 0 0.11 0.80 0.22 51.7 0.67 0.47
Hex C7 B1 28 0 B 50 16 34 43 2F
Octal 307 261 50 0 13 120 26 64 103 57
Binary 11000111 10110001 101000 0 1011 1010000 10110 110100 1000011 101111

Color Harmonies of #C7B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B128

Black with #C7B128

Text Example


Text Example

White with #C7B128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B128; }

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

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

background-color css

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

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

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

border-color css

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

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

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