Html Css Color HEX #C7B029 Earls Green

📋 copy color: '#C7B029'

red 199 ◦ green 176 ◦ blue 41

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

Shades of Earls Green #C7B029

Tints of Earls Green #C7B029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 47.84%
G = 42.31%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7B029 (or 0xC7B029) is known color: Earls Green. HEX triplet: C7, B0 and 29. RGB value is (199,176,41). Sum of RGB (Red+Green+Blue) = 199+176+41=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B029 is #384FD6. Grayscale: #A8A8A8. Windows color (decimal): -3690455 or 2732231. OLE color: 2732231.

HSL color Cylindrical-coordinate representation of color #C7B029: hue angle of 51.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7B029 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 41 -
CMYK 0 0.12 0.79 0.22
HSL 51.27º 0.66% 0.47% -
HSV(B) 51.27º 0.79% 0.78% -
XYZ 39.48 43.35 8.39 -
YUV 167.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 199 176 41 0 0.12 0.79 0.22 51.27 0.66 0.47
Hex C7 B0 29 0 C 4F 16 33 42 2F
Octal 307 260 51 0 14 117 26 63 102 57
Binary 11000111 10110000 101001 0 1100 1001111 10110 110011 1000010 101111

Color Harmonies of #C7B029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B029

Black with #C7B029

Text Example


Text Example

White with #C7B029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B029; }

 p { color: rgb(199,176,41); }

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

background-color css

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

 a { background-color: rgb(199,176,41); }

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

border-color css

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

 span { border-color: rgb(199,176,41); }

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