Html Css Color HEX #C7B224 Earls Green

📋 copy color: '#C7B224'

red 199 ◦ green 178 ◦ blue 36

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

Shades of Earls Green #C7B224

Tints of Earls Green #C7B224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

 BLUE value IS 36 (14.45% from 255) = 8.72%

R = 48.18%
G = 43.1%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C7B224 (or 0xC7B224) is known color: Earls Green. HEX triplet: C7, B2 and 24. RGB value is (199,178,36). Sum of RGB (Red+Green+Blue) = 199+178+36=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B224 is #384DDB. Grayscale: #A8A8A8. Windows color (decimal): -3689948 or 2405063. OLE color: 2405063.

HSL color Cylindrical-coordinate representation of color #C7B224: hue angle of 52.27º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7B224 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 36 -
CMYK 0 0.11 0.82 0.22
HSL 52.27º 0.69% 0.46% -
HSV(B) 52.27º 0.82% 0.78% -
XYZ 39.79 44.11 8.09 -
YUV 168.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 199 178 36 0 0.11 0.82 0.22 52.27 0.69 0.46
Hex C7 B2 24 0 B 52 16 34 45 2E
Octal 307 262 44 0 13 122 26 64 105 56
Binary 11000111 10110010 100100 0 1011 1010010 10110 110100 1000101 101110

Color Harmonies of #C7B224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B224

Black with #C7B224

Text Example


Text Example

White with #C7B224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B224; }

 p { color: rgb(199,178,36); }

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

background-color css

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

 a { background-color: rgb(199,178,36); }

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

border-color css

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

 span { border-color: rgb(199,178,36); }

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