Html Css Color HEX #BBC090 Green Mist

📋 copy color: '#BBC090'

red 187 ◦ green 192 ◦ blue 144

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

Shades of Green Mist #BBC090

Tints of Green Mist #BBC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.71%

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

R = 35.76%
G = 36.71%
B = 27.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BBC090 (or 0xBBC090) is known color: Green Mist. HEX triplet: BB, C0 and 90. RGB value is (187,192,144). Sum of RGB (Red+Green+Blue) = 187+192+144=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC090 is #443F6F. Grayscale: #B9B9B9. Windows color (decimal): -4472688 or 9486523. OLE color: 9486523.

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

Color convert

RGB 187 192 144 -
CMYK 0.03 0 0.25 0.25
HSL 66.25º 0.28% 0.66% -
HSV(B) 66.25º 0.25% 0.75% -
XYZ 44.38 50.28 33.75 -
YUV 185.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 187 192 144 0.03 0 0.25 0.25 66.25 0.28 0.66
Hex BB C0 90 3 0 19 19 42 1C 42
Octal 273 300 220 3 0 31 31 102 34 102
Binary 10111011 11000000 10010000 11 0 11001 11001 1000010 11100 1000010

Color Harmonies of #BBC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC090

Black with #BBC090

Text Example


Text Example

White with #BBC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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