Html Css Color HEX #C7B01C Earls Green

📋 copy color: '#C7B01C'

red 199 ◦ green 176 ◦ blue 28

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

Shades of Earls Green #C7B01C

Tints of Earls Green #C7B01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 49.38%
G = 43.67%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7B01C (or 0xC7B01C) is known color: Earls Green. HEX triplet: C7, B0 and 1C. RGB value is (199,176,28). Sum of RGB (Red+Green+Blue) = 199+176+28=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B01C is #384FE3. Grayscale: #A6A6A6. Windows color (decimal): -3690468 or 1880263. OLE color: 1880263.

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

Color convert

RGB 199 176 28 -
CMYK 0 0.12 0.86 0.22
HSL 51.93º 0.75% 0.45% -
HSV(B) 51.93º 0.86% 0.78% -
XYZ 39.29 43.28 7.38 -
YUV 166.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 199 176 28 0 0.12 0.86 0.22 51.93 0.75 0.45
Hex C7 B0 1C 0 C 56 16 34 4B 2D
Octal 307 260 34 0 14 126 26 64 113 55
Binary 11000111 10110000 11100 0 1100 1010110 10110 110100 1001011 101101

Color Harmonies of #C7B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B01C

Black with #C7B01C

Text Example


Text Example

White with #C7B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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