Html Css Color HEX #C2B12B Earls Green

📋 copy color: '#C2B12B'

red 194 ◦ green 177 ◦ blue 43

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

Shades of Earls Green #C2B12B

Tints of Earls Green #C2B12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

 BLUE value IS 43 (17.19% from 255) = 10.39%

R = 46.86%
G = 42.75%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2B12B (or 0xC2B12B) is known color: Earls Green. HEX triplet: C2, B1 and 2B. RGB value is (194,177,43). Sum of RGB (Red+Green+Blue) = 194+177+43=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B12B is #3D4ED4. Grayscale: #A7A7A7. Windows color (decimal): -4017877 or 2863554. OLE color: 2863554.

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

Color convert

RGB 194 177 43 -
CMYK 0 0.09 0.78 0.24
HSL 53.25º 0.64% 0.46% -
HSV(B) 53.25º 0.78% 0.76% -
XYZ 38.41 43.09 8.58 -
YUV 166.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 194 177 43 0 0.09 0.78 0.24 53.25 0.64 0.46
Hex C2 B1 2B 0 9 4E 18 35 40 2E
Octal 302 261 53 0 11 116 30 65 100 56
Binary 11000010 10110001 101011 0 1001 1001110 11000 110101 1000000 101110

Color Harmonies of #C2B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B12B

Black with #C2B12B

Text Example


Text Example

White with #C2B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B12B; }

 p { color: rgb(194,177,43); }

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

background-color css

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

 a { background-color: rgb(194,177,43); }

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

border-color css

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

 span { border-color: rgb(194,177,43); }

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