Html Css Color HEX #BFC395 Green Mist

📋 copy color: '#BFC395'

red 191 ◦ green 195 ◦ blue 149

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

Shades of Green Mist #BFC395

Tints of Green Mist #BFC395

RGB

 RED value IS 191 (75% from 255) = 35.7%

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 35.7%
G = 36.45%
B = 27.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#BFC395 (or 0xBFC395) is known color: Green Mist. HEX triplet: BF, C3 and 95. RGB value is (191,195,149). Sum of RGB (Red+Green+Blue) = 191+195+149=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC395 is #403C6A. Grayscale: #BCBCBC. Windows color (decimal): -4209771 or 9814975. OLE color: 9814975.

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

Color convert

RGB 191 195 149 -
CMYK 0.02 0 0.24 0.24
HSL 65.22º 0.28% 0.67% -
HSV(B) 65.22º 0.24% 0.76% -
XYZ 46.43 52.28 36.08 -
YUV 188.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 191 195 149 0.02 0 0.24 0.24 65.22 0.28 0.67
Hex BF C3 95 2 0 18 18 41 1C 43
Octal 277 303 225 2 0 30 30 101 34 103
Binary 10111111 11000011 10010101 10 0 11000 11000 1000001 11100 1000011

Color Harmonies of #BFC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC395

Black with #BFC395

Text Example


Text Example

White with #BFC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC395; }

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

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

background-color css

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

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

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

border-color css

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

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

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