Html Css Color HEX #C0BF9F Green Mist

📋 copy color: '#C0BF9F'

red 192 ◦ green 191 ◦ blue 159

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

Shades of Green Mist #C0BF9F

Tints of Green Mist #C0BF9F

RGB

 RED value IS 192 (75.39% from 255) = 35.42%

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

 BLUE value IS 159 (62.5% from 255) = 29.34%

R = 35.42%
G = 35.24%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0BF9F (or 0xC0BF9F) is known color: Green Mist. HEX triplet: C0, BF and 9F. RGB value is (192,191,159). Sum of RGB (Red+Green+Blue) = 192+191+159=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF9F is #3F4060. Grayscale: #BBBBBB. Windows color (decimal): -4145249 or 10469312. OLE color: 10469312.

HSL color Cylindrical-coordinate representation of color #C0BF9F: hue angle of 58.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BF9F is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 159 -
CMYK 0 0.01 0.17 0.25
HSL 58.18º 0.21% 0.69% -
HSV(B) 58.18º 0.17% 0.75% -
XYZ 46.63 50.97 40.18 -
YUV 187.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 192 191 159 0 0.01 0.17 0.25 58.18 0.21 0.69
Hex C0 BF 9F 0 1 11 19 3A 15 45
Octal 300 277 237 0 1 21 31 72 25 105
Binary 11000000 10111111 10011111 0 1 10001 11001 111010 10101 1000101

Color Harmonies of #C0BF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF9F

Black with #C0BF9F

Text Example


Text Example

White with #C0BF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF9F; }

 p { color: rgb(192,191,159); }

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

background-color css

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

 a { background-color: rgb(192,191,159); }

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

border-color css

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

 span { border-color: rgb(192,191,159); }

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