Html Css Color HEX #C2B928 Earls Green

📋 copy color: '#C2B928'

red 194 ◦ green 185 ◦ blue 40

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

Shades of Earls Green #C2B928

Tints of Earls Green #C2B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

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

R = 46.3%
G = 44.15%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2B928 (or 0xC2B928) is known color: Earls Green. HEX triplet: C2, B9 and 28. RGB value is (194,185,40). Sum of RGB (Red+Green+Blue) = 194+185+40=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B928 is #3D46D7. Grayscale: #ABABAB. Windows color (decimal): -4015832 or 2668994. OLE color: 2668994.

HSL color Cylindrical-coordinate representation of color #C2B928: hue angle of 56.49º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2B928 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 40 -
CMYK 0 0.05 0.79 0.24
HSL 56.49º 0.66% 0.46% -
HSV(B) 56.49º 0.79% 0.76% -
XYZ 39.98 46.32 8.84 -
YUV 171.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 194 185 40 0 0.05 0.79 0.24 56.49 0.66 0.46
Hex C2 B9 28 0 5 4F 18 38 42 2E
Octal 302 271 50 0 5 117 30 70 102 56
Binary 11000010 10111001 101000 0 101 1001111 11000 111000 1000010 101110

Color Harmonies of #C2B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B928

Black with #C2B928

Text Example


Text Example

White with #C2B928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B928; }

 p { color: rgb(194,185,40); }

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

background-color css

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

 a { background-color: rgb(194,185,40); }

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

border-color css

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

 span { border-color: rgb(194,185,40); }

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