Html Css Color HEX #C0B22C Earls Green

📋 copy color: '#C0B22C'

red 192 ◦ green 178 ◦ blue 44

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

Shades of Earls Green #C0B22C

Tints of Earls Green #C0B22C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 44 (17.58% from 255) = 10.63%

R = 46.38%
G = 43%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0B22C (or 0xC0B22C) is known color: Earls Green. HEX triplet: C0, B2 and 2C. RGB value is (192,178,44). Sum of RGB (Red+Green+Blue) = 192+178+44=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B22C is #3F4DD3. Grayscale: #A7A7A7. Windows color (decimal): -4148692 or 2929344. OLE color: 2929344.

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

Color convert

RGB 192 178 44 -
CMYK 0 0.07 0.77 0.25
HSL 54.32º 0.63% 0.46% -
HSV(B) 54.32º 0.77% 0.75% -
XYZ 38.11 43.23 8.72 -
YUV 166.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 192 178 44 0 0.07 0.77 0.25 54.32 0.63 0.46
Hex C0 B2 2C 0 7 4D 19 36 3F 2E
Octal 300 262 54 0 7 115 31 66 77 56
Binary 11000000 10110010 101100 0 111 1001101 11001 110110 111111 101110

Color Harmonies of #C0B22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B22C

Black with #C0B22C

Text Example


Text Example

White with #C0B22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B22C; }

 p { color: rgb(192,178,44); }

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

background-color css

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

 a { background-color: rgb(192,178,44); }

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

border-color css

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

 span { border-color: rgb(192,178,44); }

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