Html Css Color HEX #C2B026 Earls Green

📋 copy color: '#C2B026'

red 194 ◦ green 176 ◦ blue 38

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

Shades of Earls Green #C2B026

Tints of Earls Green #C2B026

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 47.55%
G = 43.14%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2B026 (or 0xC2B026) is known color: Earls Green. HEX triplet: C2, B0 and 26. RGB value is (194,176,38). Sum of RGB (Red+Green+Blue) = 194+176+38=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B026 is #3D4FD9. Grayscale: #A6A6A6. Windows color (decimal): -4018138 or 2535618. OLE color: 2535618.

HSL color Cylindrical-coordinate representation of color #C2B026: hue angle of 53.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2B026 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 38 -
CMYK 0 0.09 0.80 0.24
HSL 53.08º 0.67% 0.45% -
HSV(B) 53.08º 0.8% 0.76% -
XYZ 38.12 42.66 8.06 -
YUV 165.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 194 176 38 0 0.09 0.80 0.24 53.08 0.67 0.45
Hex C2 B0 26 0 9 50 18 35 43 2D
Octal 302 260 46 0 11 120 30 65 103 55
Binary 11000010 10110000 100110 0 1001 1010000 11000 110101 1000011 101101

Color Harmonies of #C2B026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B026

Black with #C2B026

Text Example


Text Example

White with #C2B026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B026; }

 p { color: rgb(194,176,38); }

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

background-color css

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

 a { background-color: rgb(194,176,38); }

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

border-color css

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

 span { border-color: rgb(194,176,38); }

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