Html Css Color HEX #BFC396 Green Mist

📋 copy color: '#BFC396'

red 191 ◦ green 195 ◦ blue 150

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

Shades of Green Mist #BFC396

Tints of Green Mist #BFC396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 35.63%
G = 36.38%
B = 27.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BFC396 (or 0xBFC396) is known color: Green Mist. HEX triplet: BF, C3 and 96. RGB value is (191,195,150). Sum of RGB (Red+Green+Blue) = 191+195+150=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC396 is #403C69. Grayscale: #BCBCBC. Windows color (decimal): -4209770 or 9880511. OLE color: 9880511.

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

Color convert

RGB 191 195 150 -
CMYK 0.02 0 0.23 0.24
HSL 65.33º 0.27% 0.68% -
HSV(B) 65.33º 0.23% 0.76% -
XYZ 46.51 52.31 36.5 -
YUV 188.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 191 195 150 0.02 0 0.23 0.24 65.33 0.27 0.68
Hex BF C3 96 2 0 17 18 41 1B 44
Octal 277 303 226 2 0 27 30 101 33 104
Binary 10111111 11000011 10010110 10 0 10111 11000 1000001 11011 1000100

Color Harmonies of #BFC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC396

Black with #BFC396

Text Example


Text Example

White with #BFC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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