Html Css Color HEX #BBBF98 Green Mist

📋 copy color: '#BBBF98'

red 187 ◦ green 191 ◦ blue 152

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

Shades of Green Mist #BBBF98

Tints of Green Mist #BBBF98

RGB

 RED value IS 187 (73.44% from 255) = 35.28%

 GREEN value IS 191 (75% from 255) = 36.04%

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

R = 35.28%
G = 36.04%
B = 28.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BBBF98 (or 0xBBBF98) is known color: Green Mist. HEX triplet: BB, BF and 98. RGB value is (187,191,152). Sum of RGB (Red+Green+Blue) = 187+191+152=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF98 is #444067. Grayscale: #B9B9B9. Windows color (decimal): -4472936 or 10010555. OLE color: 10010555.

HSL color Cylindrical-coordinate representation of color #BBBF98: hue angle of 66.15º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBF98 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 152 -
CMYK 0.02 0 0.20 0.25
HSL 66.15º 0.23% 0.67% -
HSV(B) 66.15º 0.2% 0.75% -
XYZ 44.79 50.09 37.01 -
YUV 185.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 187 191 152 0.02 0 0.20 0.25 66.15 0.23 0.67
Hex BB BF 98 2 0 14 19 42 17 43
Octal 273 277 230 2 0 24 31 102 27 103
Binary 10111011 10111111 10011000 10 0 10100 11001 1000010 10111 1000011

Color Harmonies of #BBBF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF98

Black with #BBBF98

Text Example


Text Example

White with #BBBF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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