Html Css Color HEX #C2B621 Earls Green

📋 copy color: '#C2B621'

red 194 ◦ green 182 ◦ blue 33

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

Shades of Earls Green #C2B621

Tints of Earls Green #C2B621

RGB

 RED value IS 194 (76.17% from 255) = 47.43%

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

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

R = 47.43%
G = 44.5%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C2B621 (or 0xC2B621) is known color: Earls Green. HEX triplet: C2, B6 and 21. RGB value is (194,182,33). Sum of RGB (Red+Green+Blue) = 194+182+33=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B621 is #3D49DE. Grayscale: #A9A9A9. Windows color (decimal): -4016607 or 2209474. OLE color: 2209474.

HSL color Cylindrical-coordinate representation of color #C2B621: hue angle of 55.53º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2B621 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 33 -
CMYK 0 0.06 0.83 0.24
HSL 55.53º 0.71% 0.45% -
HSV(B) 55.53º 0.83% 0.76% -
XYZ 39.25 45.04 8.06 -
YUV 168.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 194 182 33 0 0.06 0.83 0.24 55.53 0.71 0.45
Hex C2 B6 21 0 6 53 18 38 47 2D
Octal 302 266 41 0 6 123 30 70 107 55
Binary 11000010 10110110 100001 0 110 1010011 11000 111000 1000111 101101

Color Harmonies of #C2B621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B621

Black with #C2B621

Text Example


Text Example

White with #C2B621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B621; }

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

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

background-color css

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

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

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

border-color css

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

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

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