Html Css Color HEX #BFC394 Green Mist

📋 copy color: '#BFC394'

red 191 ◦ green 195 ◦ blue 148

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

Shades of Green Mist #BFC394

Tints of Green Mist #BFC394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 35.77%
G = 36.52%
B = 27.72%

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

#BFC394 (or 0xBFC394) is known color: Green Mist. HEX triplet: BF, C3 and 94. RGB value is (191,195,148). Sum of RGB (Red+Green+Blue) = 191+195+148=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC394 is #403C6B. Grayscale: #BCBCBC. Windows color (decimal): -4209772 or 9749439. OLE color: 9749439.

HSL color Cylindrical-coordinate representation of color #BFC394: hue angle of 65.11º 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 #BFC394 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 148 -
CMYK 0.02 0 0.24 0.24
HSL 65.11º 0.28% 0.67% -
HSV(B) 65.11º 0.24% 0.76% -
XYZ 46.35 52.24 35.66 -
YUV 188.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 191 195 148 0.02 0 0.24 0.24 65.11 0.28 0.67
Hex BF C3 94 2 0 18 18 41 1C 43
Octal 277 303 224 2 0 30 30 101 34 103
Binary 10111111 11000011 10010100 10 0 11000 11000 1000001 11100 1000011

Color Harmonies of #BFC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC394

Black with #BFC394

Text Example


Text Example

White with #BFC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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