Html Css Color HEX #C0B22A Earls Green

📋 copy color: '#C0B22A'

red 192 ◦ green 178 ◦ blue 42

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

Shades of Earls Green #C0B22A

Tints of Earls Green #C0B22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 46.6%
G = 43.2%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0B22A (or 0xC0B22A) is known color: Earls Green. HEX triplet: C0, B2 and 2A. RGB value is (192,178,42). Sum of RGB (Red+Green+Blue) = 192+178+42=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B22A is #3F4DD5. Grayscale: #A7A7A7. Windows color (decimal): -4148694 or 2798272. OLE color: 2798272.

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

Color convert

RGB 192 178 42 -
CMYK 0 0.07 0.78 0.25
HSL 54.4º 0.64% 0.46% -
HSV(B) 54.4º 0.78% 0.75% -
XYZ 38.08 43.21 8.52 -
YUV 166.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 192 178 42 0 0.07 0.78 0.25 54.4 0.64 0.46
Hex C0 B2 2A 0 7 4E 19 36 40 2E
Octal 300 262 52 0 7 116 31 66 100 56
Binary 11000000 10110010 101010 0 111 1001110 11001 110110 1000000 101110

Color Harmonies of #C0B22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B22A

Black with #C0B22A

Text Example


Text Example

White with #C0B22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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