Html Css Color HEX #C0A72B Earls Green

📋 copy color: '#C0A72B'

red 192 ◦ green 167 ◦ blue 43

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

Shades of Earls Green #C0A72B

Tints of Earls Green #C0A72B

RGB

 RED value IS 192 (75.39% from 255) = 47.76%

 GREEN value IS 167 (65.63% from 255) = 41.54%

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 47.76%
G = 41.54%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0A72B (or 0xC0A72B) is known color: Earls Green. HEX triplet: C0, A7 and 2B. RGB value is (192,167,43). Sum of RGB (Red+Green+Blue) = 192+167+43=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A72B is #3F58D4. Grayscale: #A0A0A0. Windows color (decimal): -4151509 or 2860992. OLE color: 2860992.

HSL color Cylindrical-coordinate representation of color #C0A72B: hue angle of 49.93º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0A72B is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 43 -
CMYK 0 0.13 0.78 0.25
HSL 49.93º 0.63% 0.46% -
HSV(B) 49.93º 0.78% 0.75% -
XYZ 35.99 39.02 7.92 -
YUV 160.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 192 167 43 0 0.13 0.78 0.25 49.93 0.63 0.46
Hex C0 A7 2B 0 D 4E 19 32 3F 2E
Octal 300 247 53 0 15 116 31 62 77 56
Binary 11000000 10100111 101011 0 1101 1001110 11001 110010 111111 101110

Color Harmonies of #C0A72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A72B

Black with #C0A72B

Text Example


Text Example

White with #C0A72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A72B; }

 p { color: rgb(192,167,43); }

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

background-color css

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

 a { background-color: rgb(192,167,43); }

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

border-color css

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

 span { border-color: rgb(192,167,43); }

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