Html Css Color HEX #C0B42A Earls Green

📋 copy color: '#C0B42A'

red 192 ◦ green 180 ◦ blue 42

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

Shades of Earls Green #C0B42A

Tints of Earls Green #C0B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.48%

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

R = 46.38%
G = 43.48%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0B42A (or 0xC0B42A) is known color: Earls Green. HEX triplet: C0, B4 and 2A. RGB value is (192,180,42). Sum of RGB (Red+Green+Blue) = 192+180+42=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B42A is #3F4BD5. Grayscale: #A8A8A8. Windows color (decimal): -4148182 or 2798784. OLE color: 2798784.

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

Color convert

RGB 192 180 42 -
CMYK 0 0.06 0.78 0.25
HSL 55.2º 0.64% 0.46% -
HSV(B) 55.2º 0.78% 0.75% -
XYZ 38.48 44.02 8.66 -
YUV 167.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 192 180 42 0 0.06 0.78 0.25 55.2 0.64 0.46
Hex C0 B4 2A 0 6 4E 19 37 40 2E
Octal 300 264 52 0 6 116 31 67 100 56
Binary 11000000 10110100 101010 0 110 1001110 11001 110111 1000000 101110

Color Harmonies of #C0B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B42A

Black with #C0B42A

Text Example


Text Example

White with #C0B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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