Html Css Color HEX #C2B32B Earls Green

📋 copy color: '#C2B32B'

red 194 ◦ green 179 ◦ blue 43

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

Shades of Earls Green #C2B32B

Tints of Earls Green #C2B32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.03%

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

R = 46.63%
G = 43.03%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2B32B (or 0xC2B32B) is known color: Earls Green. HEX triplet: C2, B3 and 2B. RGB value is (194,179,43). Sum of RGB (Red+Green+Blue) = 194+179+43=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B32B is #3D4CD4. Grayscale: #A8A8A8. Windows color (decimal): -4017365 or 2864066. OLE color: 2864066.

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

Color convert

RGB 194 179 43 -
CMYK 0 0.08 0.78 0.24
HSL 54.04º 0.64% 0.46% -
HSV(B) 54.04º 0.78% 0.76% -
XYZ 38.8 43.88 8.71 -
YUV 167.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 194 179 43 0 0.08 0.78 0.24 54.04 0.64 0.46
Hex C2 B3 2B 0 8 4E 18 36 40 2E
Octal 302 263 53 0 10 116 30 66 100 56
Binary 11000010 10110011 101011 0 1000 1001110 11000 110110 1000000 101110

Color Harmonies of #C2B32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B32B

Black with #C2B32B

Text Example


Text Example

White with #C2B32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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