Html Css Color HEX #C7B125 Earls Green

📋 copy color: '#C7B125'

red 199 ◦ green 177 ◦ blue 37

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

Shades of Earls Green #C7B125

Tints of Earls Green #C7B125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 48.18%
G = 42.86%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C7B125 (or 0xC7B125) is known color: Earls Green. HEX triplet: C7, B1 and 25. RGB value is (199,177,37). Sum of RGB (Red+Green+Blue) = 199+177+37=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B125 is #384EDA. Grayscale: #A8A8A8. Windows color (decimal): -3690203 or 2470343. OLE color: 2470343.

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

Color convert

RGB 199 177 37 -
CMYK 0 0.11 0.81 0.22
HSL 51.85º 0.69% 0.46% -
HSV(B) 51.85º 0.81% 0.78% -
XYZ 39.61 43.72 8.1 -
YUV 167.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 199 177 37 0 0.11 0.81 0.22 51.85 0.69 0.46
Hex C7 B1 25 0 B 51 16 34 45 2E
Octal 307 261 45 0 13 121 26 64 105 56
Binary 11000111 10110001 100101 0 1011 1010001 10110 110100 1000101 101110

Color Harmonies of #C7B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B125

Black with #C7B125

Text Example


Text Example

White with #C7B125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B125; }

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

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

background-color css

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

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

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

border-color css

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

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

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