Html Css Color HEX #C2B628 Earls Green

📋 copy color: '#C2B628'

red 194 ◦ green 182 ◦ blue 40

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

Shades of Earls Green #C2B628

Tints of Earls Green #C2B628

RGB

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

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

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

R = 46.63%
G = 43.75%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2B628 (or 0xC2B628) is known color: Earls Green. HEX triplet: C2, B6 and 28. RGB value is (194,182,40). Sum of RGB (Red+Green+Blue) = 194+182+40=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B628 is #3D49D7. Grayscale: #A9A9A9. Windows color (decimal): -4016600 or 2668226. OLE color: 2668226.

HSL color Cylindrical-coordinate representation of color #C2B628: hue angle of 55.32º 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 #C2B628 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 40 -
CMYK 0 0.06 0.79 0.24
HSL 55.32º 0.66% 0.46% -
HSV(B) 55.32º 0.79% 0.76% -
XYZ 39.36 45.08 8.63 -
YUV 169.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 194 182 40 0 0.06 0.79 0.24 55.32 0.66 0.46
Hex C2 B6 28 0 6 4F 18 37 42 2E
Octal 302 266 50 0 6 117 30 67 102 56
Binary 11000010 10110110 101000 0 110 1001111 11000 110111 1000010 101110

Color Harmonies of #C2B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B628

Black with #C2B628

Text Example


Text Example

White with #C2B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B628; }

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

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

background-color css

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

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

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

border-color css

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

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

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