Html Css Color HEX #BFC39B Green Mist

📋 copy color: '#BFC39B'

red 191 ◦ green 195 ◦ blue 155

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

Shades of Green Mist #BFC39B

Tints of Green Mist #BFC39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 35.3%
G = 36.04%
B = 28.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BFC39B (or 0xBFC39B) is known color: Green Mist. HEX triplet: BF, C3 and 9B. RGB value is (191,195,155). Sum of RGB (Red+Green+Blue) = 191+195+155=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC39B is #403C64. Grayscale: #BDBDBD. Windows color (decimal): -4209765 or 10208191. OLE color: 10208191.

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

Color convert

RGB 191 195 155 -
CMYK 0.02 0 0.21 0.24
HSL 66º 0.25% 0.69% -
HSV(B) 66º 0.21% 0.76% -
XYZ 46.92 52.47 38.67 -
YUV 189.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 191 195 155 0.02 0 0.21 0.24 66 0.25 0.69
Hex BF C3 9B 2 0 15 18 42 19 45
Octal 277 303 233 2 0 25 30 102 31 105
Binary 10111111 11000011 10011011 10 0 10101 11000 1000010 11001 1000101

Color Harmonies of #BFC39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC39B

Black with #BFC39B

Text Example


Text Example

White with #BFC39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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