Html Css Color HEX #BBC190 Green Mist

📋 copy color: '#BBC190'

red 187 ◦ green 193 ◦ blue 144

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

Shades of Green Mist #BBC190

Tints of Green Mist #BBC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 35.69%
G = 36.83%
B = 27.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BBC190 (or 0xBBC190) is known color: Green Mist. HEX triplet: BB, C1 and 90. RGB value is (187,193,144). Sum of RGB (Red+Green+Blue) = 187+193+144=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC190 is #443E6F. Grayscale: #B9B9B9. Windows color (decimal): -4472432 or 9486779. OLE color: 9486779.

HSL color Cylindrical-coordinate representation of color #BBC190: hue angle of 67.35º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC190 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 144 -
CMYK 0.03 0 0.25 0.24
HSL 67.35º 0.28% 0.66% -
HSV(B) 67.35º 0.25% 0.76% -
XYZ 44.6 50.72 33.82 -
YUV 185.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 187 193 144 0.03 0 0.25 0.24 67.35 0.28 0.66
Hex BB C1 90 3 0 19 18 43 1C 42
Octal 273 301 220 3 0 31 30 103 34 102
Binary 10111011 11000001 10010000 11 0 11001 11000 1000011 11100 1000010

Color Harmonies of #BBC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC190

Black with #BBC190

Text Example


Text Example

White with #BBC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC190; }

 p { color: rgb(187,193,144); }

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

background-color css

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

 a { background-color: rgb(187,193,144); }

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

border-color css

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

 span { border-color: rgb(187,193,144); }

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