Html Css Color HEX #C0B821 Earls Green

📋 copy color: '#C0B821'

red 192 ◦ green 184 ◦ blue 33

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

Shades of Earls Green #C0B821

Tints of Earls Green #C0B821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 46.94%
G = 44.99%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0B821 (or 0xC0B821) is known color: Earls Green. HEX triplet: C0, B8 and 21. RGB value is (192,184,33). Sum of RGB (Red+Green+Blue) = 192+184+33=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B821 is #3F47DE. Grayscale: #A9A9A9. Windows color (decimal): -4147167 or 2209984. OLE color: 2209984.

HSL color Cylindrical-coordinate representation of color #C0B821: hue angle of 56.98º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0B821 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 33 -
CMYK 0 0.04 0.83 0.25
HSL 56.98º 0.71% 0.44% -
HSV(B) 56.98º 0.83% 0.75% -
XYZ 39.15 45.6 8.18 -
YUV 169.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 192 184 33 0 0.04 0.83 0.25 56.98 0.71 0.44
Hex C0 B8 21 0 4 53 19 39 47 2C
Octal 300 270 41 0 4 123 31 71 107 54
Binary 11000000 10111000 100001 0 100 1010011 11001 111001 1000111 101100

Color Harmonies of #C0B821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B821

Black with #C0B821

Text Example


Text Example

White with #C0B821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B821; }

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

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

background-color css

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

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

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

border-color css

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

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

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