Html Css Color HEX #C0BF95 Green Mist

📋 copy color: '#C0BF95'

red 192 ◦ green 191 ◦ blue 149

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

Shades of Green Mist #C0BF95

Tints of Green Mist #C0BF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.01%

R = 36.09%
G = 35.9%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0BF95 (or 0xC0BF95) is known color: Green Mist. HEX triplet: C0, BF and 95. RGB value is (192,191,149). Sum of RGB (Red+Green+Blue) = 192+191+149=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF95 is #3F406A. Grayscale: #BABABA. Windows color (decimal): -4145259 or 9813952. OLE color: 9813952.

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

Color convert

RGB 192 191 149 -
CMYK 0 0.01 0.22 0.25
HSL 58.6º 0.25% 0.67% -
HSV(B) 58.6º 0.22% 0.75% -
XYZ 45.79 50.64 35.79 -
YUV 186.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 192 191 149 0 0.01 0.22 0.25 58.6 0.25 0.67
Hex C0 BF 95 0 1 16 19 3B 19 43
Octal 300 277 225 0 1 26 31 73 31 103
Binary 11000000 10111111 10010101 0 1 10110 11001 111011 11001 1000011

Color Harmonies of #C0BF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF95

Black with #C0BF95

Text Example


Text Example

White with #C0BF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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