Html Css Color HEX #BFC98B Green Mist

📋 copy color: '#BFC98B'

red 191 ◦ green 201 ◦ blue 139

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

Shades of Green Mist #BFC98B

Tints of Green Mist #BFC98B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.85%

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 35.97%
G = 37.85%
B = 26.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#BFC98B (or 0xBFC98B) is known color: Green Mist. HEX triplet: BF, C9 and 8B. RGB value is (191,201,139). Sum of RGB (Red+Green+Blue) = 191+201+139=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC98B is #403674. Grayscale: #BFBFBF. Windows color (decimal): -4208245 or 9161151. OLE color: 9161151.

HSL color Cylindrical-coordinate representation of color #BFC98B: hue angle of 69.68º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC98B is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 139 -
CMYK 0.05 0 0.31 0.21
HSL 69.68º 0.36% 0.67% -
HSV(B) 69.68º 0.31% 0.79% -
XYZ 47.03 54.71 32.51 -
YUV 190.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 191 201 139 0.05 0 0.31 0.21 69.68 0.36 0.67
Hex BF C9 8B 5 0 1F 15 46 24 43
Octal 277 311 213 5 0 37 25 106 44 103
Binary 10111111 11001001 10001011 101 0 11111 10101 1000110 100100 1000011

Color Harmonies of #BFC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC98B

Black with #BFC98B

Text Example


Text Example

White with #BFC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC98B; }

 p { color: rgb(191,201,139); }

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

background-color css

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

 a { background-color: rgb(191,201,139); }

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

border-color css

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

 span { border-color: rgb(191,201,139); }

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