Html Css Color HEX #C0B321 Earls Green

📋 copy color: '#C0B321'

red 192 ◦ green 179 ◦ blue 33

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

Shades of Earls Green #C0B321

Tints of Earls Green #C0B321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.31%

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

R = 47.52%
G = 44.31%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0B321 (or 0xC0B321) is known color: Earls Green. HEX triplet: C0, B3 and 21. RGB value is (192,179,33). Sum of RGB (Red+Green+Blue) = 192+179+33=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B321 is #3F4CDE. Grayscale: #A6A6A6. Windows color (decimal): -4148447 or 2208704. OLE color: 2208704.

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

Color convert

RGB 192 179 33 -
CMYK 0 0.07 0.83 0.25
HSL 55.09º 0.71% 0.44% -
HSV(B) 55.09º 0.83% 0.75% -
XYZ 38.13 43.56 7.84 -
YUV 166.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 192 179 33 0 0.07 0.83 0.25 55.09 0.71 0.44
Hex C0 B3 21 0 7 53 19 37 47 2C
Octal 300 263 41 0 7 123 31 67 107 54
Binary 11000000 10110011 100001 0 111 1010011 11001 110111 1000111 101100

Color Harmonies of #C0B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B321

Black with #C0B321

Text Example


Text Example

White with #C0B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B321; }

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

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

background-color css

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

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

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

border-color css

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

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

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