Html Css Color HEX #BFC198 Green Mist

📋 copy color: '#BFC198'

red 191 ◦ green 193 ◦ blue 152

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

Shades of Green Mist #BFC198

Tints of Green Mist #BFC198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

 BLUE value IS 152 (59.77% from 255) = 28.36%

R = 35.63%
G = 36.01%
B = 28.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BFC198 (or 0xBFC198) is known color: Green Mist. HEX triplet: BF, C1 and 98. RGB value is (191,193,152). Sum of RGB (Red+Green+Blue) = 191+193+152=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC198 is #403E67. Grayscale: #BBBBBB. Windows color (decimal): -4210280 or 10011071. OLE color: 10011071.

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

Color convert

RGB 191 193 152 -
CMYK 0.01 0 0.21 0.24
HSL 62.93º 0.25% 0.68% -
HSV(B) 62.93º 0.21% 0.76% -
XYZ 46.22 51.48 37.21 -
YUV 187.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 191 193 152 0.01 0 0.21 0.24 62.93 0.25 0.68
Hex BF C1 98 1 0 15 18 3F 19 44
Octal 277 301 230 1 0 25 30 77 31 104
Binary 10111111 11000001 10011000 1 0 10101 11000 111111 11001 1000100

Color Harmonies of #BFC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC198

Black with #BFC198

Text Example


Text Example

White with #BFC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC198; }

 p { color: rgb(191,193,152); }

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

background-color css

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

 a { background-color: rgb(191,193,152); }

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

border-color css

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

 span { border-color: rgb(191,193,152); }

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