Html Css Color HEX #BFC39C Green Mist

📋 copy color: '#BFC39C'

red 191 ◦ green 195 ◦ blue 156

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

Shades of Green Mist #BFC39C

Tints of Green Mist #BFC39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.78%

R = 35.24%
G = 35.98%
B = 28.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#BFC39C (or 0xBFC39C) is known color: Green Mist. HEX triplet: BF, C3 and 9C. RGB value is (191,195,156). Sum of RGB (Red+Green+Blue) = 191+195+156=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC39C is #403C63. Grayscale: #BDBDBD. Windows color (decimal): -4209764 or 10273727. OLE color: 10273727.

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

Color convert

RGB 191 195 156 -
CMYK 0.02 0 0.20 0.24
HSL 66.15º 0.25% 0.69% -
HSV(B) 66.15º 0.2% 0.76% -
XYZ 47 52.51 39.11 -
YUV 189.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 191 195 156 0.02 0 0.20 0.24 66.15 0.25 0.69
Hex BF C3 9C 2 0 14 18 42 19 45
Octal 277 303 234 2 0 24 30 102 31 105
Binary 10111111 11000011 10011100 10 0 10100 11000 1000010 11001 1000101

Color Harmonies of #BFC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC39C

Black with #BFC39C

Text Example


Text Example

White with #BFC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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