Html Css Color HEX #BFC698 Green Mist

📋 copy color: '#BFC698'

red 191 ◦ green 198 ◦ blue 152

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

Shades of Green Mist #BFC698

Tints of Green Mist #BFC698

RGB

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

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

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

R = 35.3%
G = 36.6%
B = 28.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#BFC698 (or 0xBFC698) is known color: Green Mist. HEX triplet: BF, C6 and 98. RGB value is (191,198,152). Sum of RGB (Red+Green+Blue) = 191+198+152=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC698 is #403967. Grayscale: #BEBEBE. Windows color (decimal): -4209000 or 10012351. OLE color: 10012351.

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

Color convert

RGB 191 198 152 -
CMYK 0.04 0 0.23 0.22
HSL 69.13º 0.29% 0.69% -
HSV(B) 69.13º 0.23% 0.78% -
XYZ 47.35 53.73 37.58 -
YUV 190.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 191 198 152 0.04 0 0.23 0.22 69.13 0.29 0.69
Hex BF C6 98 4 0 17 16 45 1D 45
Octal 277 306 230 4 0 27 26 105 35 105
Binary 10111111 11000110 10011000 100 0 10111 10110 1000101 11101 1000101

Color Harmonies of #BFC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC698

Black with #BFC698

Text Example


Text Example

White with #BFC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC698; }

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

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

background-color css

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

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

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

border-color css

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

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

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