Html Css Color HEX #C2BF99 Green Mist

📋 copy color: '#C2BF99'

red 194 ◦ green 191 ◦ blue 153

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

Shades of Green Mist #C2BF99

Tints of Green Mist #C2BF99

RGB

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

 GREEN value IS 191 (75% from 255) = 35.5%

 BLUE value IS 153 (60.16% from 255) = 28.44%

R = 36.06%
G = 35.5%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2BF99 (or 0xC2BF99) is known color: Green Mist. HEX triplet: C2, BF and 99. RGB value is (194,191,153). Sum of RGB (Red+Green+Blue) = 194+191+153=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF99 is #3D4066. Grayscale: #BBBBBB. Windows color (decimal): -4014183 or 10076098. OLE color: 10076098.

HSL color Cylindrical-coordinate representation of color #C2BF99: hue angle of 55.61º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BF99 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 153 -
CMYK 0 0.02 0.21 0.24
HSL 55.61º 0.25% 0.68% -
HSV(B) 55.61º 0.21% 0.76% -
XYZ 46.63 51.03 37.53 -
YUV 187.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 194 191 153 0 0.02 0.21 0.24 55.61 0.25 0.68
Hex C2 BF 99 0 2 15 18 38 19 44
Octal 302 277 231 0 2 25 30 70 31 104
Binary 11000010 10111111 10011001 0 10 10101 11000 111000 11001 1000100

Color Harmonies of #C2BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF99

Black with #C2BF99

Text Example


Text Example

White with #C2BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF99; }

 p { color: rgb(194,191,153); }

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

background-color css

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

 a { background-color: rgb(194,191,153); }

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

border-color css

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

 span { border-color: rgb(194,191,153); }

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