Html Css Color HEX #C2B728 Earls Green

📋 copy color: '#C2B728'

red 194 ◦ green 183 ◦ blue 40

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

Shades of Earls Green #C2B728

Tints of Earls Green #C2B728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.88%

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

R = 46.52%
G = 43.88%
B = 9.59%

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

#C2B728 (or 0xC2B728) is known color: Earls Green. HEX triplet: C2, B7 and 28. RGB value is (194,183,40). Sum of RGB (Red+Green+Blue) = 194+183+40=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B728 is #3D48D7. Grayscale: #AAAAAA. Windows color (decimal): -4016344 or 2668482. OLE color: 2668482.

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

Color convert

RGB 194 183 40 -
CMYK 0 0.06 0.79 0.24
HSL 55.71º 0.66% 0.46% -
HSV(B) 55.71º 0.79% 0.76% -
XYZ 39.56 45.49 8.7 -
YUV 169.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 194 183 40 0 0.06 0.79 0.24 55.71 0.66 0.46
Hex C2 B7 28 0 6 4F 18 38 42 2E
Octal 302 267 50 0 6 117 30 70 102 56
Binary 11000010 10110111 101000 0 110 1001111 11000 111000 1000010 101110

Color Harmonies of #C2B728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B728

Black with #C2B728

Text Example


Text Example

White with #C2B728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B728; }

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

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

background-color css

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

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

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

border-color css

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

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

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