Html Css Color HEX #BBC98F Green Mist

📋 copy color: '#BBC98F'

red 187 ◦ green 201 ◦ blue 143

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

Shades of Green Mist #BBC98F

Tints of Green Mist #BBC98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.93%

R = 35.22%
G = 37.85%
B = 26.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#BBC98F (or 0xBBC98F) is known color: Green Mist. HEX triplet: BB, C9 and 8F. RGB value is (187,201,143). Sum of RGB (Red+Green+Blue) = 187+201+143=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC98F is #443670. Grayscale: #BEBEBE. Windows color (decimal): -4470385 or 9423291. OLE color: 9423291.

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

Color convert

RGB 187 201 143 -
CMYK 0.07 0 0.29 0.21
HSL 74.48º 0.35% 0.67% -
HSV(B) 74.48º 0.29% 0.79% -
XYZ 46.34 54.32 34.03 -
YUV 190.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 187 201 143 0.07 0 0.29 0.21 74.48 0.35 0.67
Hex BB C9 8F 7 0 1D 15 4A 23 43
Octal 273 311 217 7 0 35 25 112 43 103
Binary 10111011 11001001 10001111 111 0 11101 10101 1001010 100011 1000011

Color Harmonies of #BBC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC98F

Black with #BBC98F

Text Example


Text Example

White with #BBC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC98F; }

 p { color: rgb(187,201,143); }

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

background-color css

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

 a { background-color: rgb(187,201,143); }

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

border-color css

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

 span { border-color: rgb(187,201,143); }

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