Html Css Color HEX #C0B828 Earls Green

📋 copy color: '#C0B828'

red 192 ◦ green 184 ◦ blue 40

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

Shades of Earls Green #C0B828

Tints of Earls Green #C0B828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 46.15%
G = 44.23%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0B828 (or 0xC0B828) is known color: Earls Green. HEX triplet: C0, B8 and 28. RGB value is (192,184,40). Sum of RGB (Red+Green+Blue) = 192+184+40=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B828 is #3F47D7. Grayscale: #AAAAAA. Windows color (decimal): -4147160 or 2668736. OLE color: 2668736.

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

Color convert

RGB 192 184 40 -
CMYK 0 0.04 0.79 0.25
HSL 56.84º 0.66% 0.45% -
HSV(B) 56.84º 0.79% 0.75% -
XYZ 39.26 45.64 8.75 -
YUV 169.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 192 184 40 0 0.04 0.79 0.25 56.84 0.66 0.45
Hex C0 B8 28 0 4 4F 19 39 42 2D
Octal 300 270 50 0 4 117 31 71 102 55
Binary 11000000 10111000 101000 0 100 1001111 11001 111001 1000010 101101

Color Harmonies of #C0B828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B828

Black with #C0B828

Text Example


Text Example

White with #C0B828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B828; }

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

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

background-color css

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

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

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

border-color css

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

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

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