Html Css Color HEX #BFC697 Green Mist

📋 copy color: '#BFC697'

red 191 ◦ green 198 ◦ blue 151

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

Shades of Green Mist #BFC697

Tints of Green Mist #BFC697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 35.37%
G = 36.67%
B = 27.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#BFC697 (or 0xBFC697) is known color: Green Mist. HEX triplet: BF, C6 and 97. RGB value is (191,198,151). Sum of RGB (Red+Green+Blue) = 191+198+151=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC697 is #403968. Grayscale: #BEBEBE. Windows color (decimal): -4209001 or 9946815. OLE color: 9946815.

HSL color Cylindrical-coordinate representation of color #BFC697: hue angle of 68.94º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC697 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 151 -
CMYK 0.04 0 0.24 0.22
HSL 68.94º 0.29% 0.68% -
HSV(B) 68.94º 0.24% 0.78% -
XYZ 47.27 53.7 37.15 -
YUV 190.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 191 198 151 0.04 0 0.24 0.22 68.94 0.29 0.68
Hex BF C6 97 4 0 18 16 45 1D 44
Octal 277 306 227 4 0 30 26 105 35 104
Binary 10111111 11000110 10010111 100 0 11000 10110 1000101 11101 1000100

Color Harmonies of #BFC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC697

Black with #BFC697

Text Example


Text Example

White with #BFC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC697; }

 p { color: rgb(191,198,151); }

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

background-color css

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

 a { background-color: rgb(191,198,151); }

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

border-color css

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

 span { border-color: rgb(191,198,151); }

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