Html Css Color HEX #C0AC2B Earls Green

📋 copy color: '#C0AC2B'

red 192 ◦ green 172 ◦ blue 43

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

Shades of Earls Green #C0AC2B

Tints of Earls Green #C0AC2B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

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

R = 47.17%
G = 42.26%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0AC2B (or 0xC0AC2B) is known color: Earls Green. HEX triplet: C0, AC and 2B. RGB value is (192,172,43). Sum of RGB (Red+Green+Blue) = 192+172+43=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC2B is #3F53D4. Grayscale: #A3A3A3. Windows color (decimal): -4150229 or 2862272. OLE color: 2862272.

HSL color Cylindrical-coordinate representation of color #C0AC2B: hue angle of 51.95º 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 #C0AC2B is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 43 -
CMYK 0 0.10 0.78 0.25
HSL 51.95º 0.63% 0.46% -
HSV(B) 51.95º 0.78% 0.75% -
XYZ 36.93 40.89 8.23 -
YUV 163.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 192 172 43 0 0.10 0.78 0.25 51.95 0.63 0.46
Hex C0 AC 2B 0 A 4E 19 34 3F 2E
Octal 300 254 53 0 12 116 31 64 77 56
Binary 11000000 10101100 101011 0 1010 1001110 11001 110100 111111 101110

Color Harmonies of #C0AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC2B

Black with #C0AC2B

Text Example


Text Example

White with #C0AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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