Html Css Color HEX #C7B020 Earls Green

📋 copy color: '#C7B020'

red 199 ◦ green 176 ◦ blue 32

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

Shades of Earls Green #C7B020

Tints of Earls Green #C7B020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 48.89%
G = 43.24%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7B020 (or 0xC7B020) is known color: Earls Green. HEX triplet: C7, B0 and 20. RGB value is (199,176,32). Sum of RGB (Red+Green+Blue) = 199+176+32=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B020 is #384FDF. Grayscale: #A7A7A7. Windows color (decimal): -3690464 or 2142407. OLE color: 2142407.

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

Color convert

RGB 199 176 32 -
CMYK 0 0.12 0.84 0.22
HSL 51.74º 0.72% 0.45% -
HSV(B) 51.74º 0.84% 0.78% -
XYZ 39.34 43.3 7.65 -
YUV 166.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 199 176 32 0 0.12 0.84 0.22 51.74 0.72 0.45
Hex C7 B0 20 0 C 54 16 34 48 2D
Octal 307 260 40 0 14 124 26 64 110 55
Binary 11000111 10110000 100000 0 1100 1010100 10110 110100 1001000 101101

Color Harmonies of #C7B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B020

Black with #C7B020

Text Example


Text Example

White with #C7B020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B020; }

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

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

background-color css

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

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

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

border-color css

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

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

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