Html Css Color HEX #C0B621 Earls Green

📋 copy color: '#C0B621'

red 192 ◦ green 182 ◦ blue 33

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

Shades of Earls Green #C0B621

Tints of Earls Green #C0B621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

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

R = 47.17%
G = 44.72%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0B621 (or 0xC0B621) is known color: Earls Green. HEX triplet: C0, B6 and 21. RGB value is (192,182,33). Sum of RGB (Red+Green+Blue) = 192+182+33=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B621 is #3F49DE. Grayscale: #A8A8A8. Windows color (decimal): -4147679 or 2209472. OLE color: 2209472.

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

Color convert

RGB 192 182 33 -
CMYK 0 0.05 0.83 0.25
HSL 56.23º 0.71% 0.44% -
HSV(B) 56.23º 0.83% 0.75% -
XYZ 38.74 44.77 8.04 -
YUV 168 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 192 182 33 0 0.05 0.83 0.25 56.23 0.71 0.44
Hex C0 B6 21 0 5 53 19 38 47 2C
Octal 300 266 41 0 5 123 31 70 107 54
Binary 11000000 10110110 100001 0 101 1010011 11001 111000 1000111 101100

Color Harmonies of #C0B621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B621

Black with #C0B621

Text Example


Text Example

White with #C0B621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B621; }

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

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

background-color css

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

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

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

border-color css

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

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

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