Html Css Color HEX #C0BA28 Earls Green

📋 copy color: '#C0BA28'

red 192 ◦ green 186 ◦ blue 40

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

Shades of Earls Green #C0BA28

Tints of Earls Green #C0BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 45.93%
G = 44.5%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0BA28 (or 0xC0BA28) is known color: Earls Green. HEX triplet: C0, BA and 28. RGB value is (192,186,40). Sum of RGB (Red+Green+Blue) = 192+186+40=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA28 is #3F45D7. Grayscale: #ABABAB. Windows color (decimal): -4146648 or 2669248. OLE color: 2669248.

HSL color Cylindrical-coordinate representation of color #C0BA28: hue angle of 57.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0BA28 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 40 -
CMYK 0 0.03 0.79 0.25
HSL 57.63º 0.66% 0.45% -
HSV(B) 57.63º 0.79% 0.75% -
XYZ 39.68 46.48 8.89 -
YUV 171.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 192 186 40 0 0.03 0.79 0.25 57.63 0.66 0.45
Hex C0 BA 28 0 3 4F 19 3A 42 2D
Octal 300 272 50 0 3 117 31 72 102 55
Binary 11000000 10111010 101000 0 11 1001111 11001 111010 1000010 101101

Color Harmonies of #C0BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA28

Black with #C0BA28

Text Example


Text Example

White with #C0BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA28; }

 p { color: rgb(192,186,40); }

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

background-color css

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

 a { background-color: rgb(192,186,40); }

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

border-color css

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

 span { border-color: rgb(192,186,40); }

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