Html Css Color HEX #C7B123 Earls Green

📋 copy color: '#C7B123'

red 199 ◦ green 177 ◦ blue 35

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

Shades of Earls Green #C7B123

Tints of Earls Green #C7B123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.52%

R = 48.42%
G = 43.07%
B = 8.52%

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

#C7B123 (or 0xC7B123) is known color: Earls Green. HEX triplet: C7, B1 and 23. RGB value is (199,177,35). Sum of RGB (Red+Green+Blue) = 199+177+35=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B123 is #384EDC. Grayscale: #A7A7A7. Windows color (decimal): -3690205 or 2339271. OLE color: 2339271.

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

Color convert

RGB 199 177 35 -
CMYK 0 0.11 0.82 0.22
HSL 51.95º 0.7% 0.46% -
HSV(B) 51.95º 0.82% 0.78% -
XYZ 39.58 43.71 7.94 -
YUV 167.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 199 177 35 0 0.11 0.82 0.22 51.95 0.7 0.46
Hex C7 B1 23 0 B 52 16 34 46 2E
Octal 307 261 43 0 13 122 26 64 106 56
Binary 11000111 10110001 100011 0 1011 1010010 10110 110100 1000110 101110

Color Harmonies of #C7B123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B123

Black with #C7B123

Text Example


Text Example

White with #C7B123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B123; }

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

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

background-color css

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

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

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

border-color css

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

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

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