Html Css Color HEX #BBC390 Green Mist

📋 copy color: '#BBC390'

red 187 ◦ green 195 ◦ blue 144

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

Shades of Green Mist #BBC390

Tints of Green Mist #BBC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.07%

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

R = 35.55%
G = 37.07%
B = 27.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#BBC390 (or 0xBBC390) is known color: Green Mist. HEX triplet: BB, C3 and 90. RGB value is (187,195,144). Sum of RGB (Red+Green+Blue) = 187+195+144=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC390 is #443C6F. Grayscale: #BABABA. Windows color (decimal): -4471920 or 9487291. OLE color: 9487291.

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

Color convert

RGB 187 195 144 -
CMYK 0.04 0 0.26 0.24
HSL 69.41º 0.3% 0.66% -
HSV(B) 69.41º 0.26% 0.76% -
XYZ 45.04 51.61 33.97 -
YUV 186.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 187 195 144 0.04 0 0.26 0.24 69.41 0.3 0.66
Hex BB C3 90 4 0 1A 18 45 1E 42
Octal 273 303 220 4 0 32 30 105 36 102
Binary 10111011 11000011 10010000 100 0 11010 11000 1000101 11110 1000010

Color Harmonies of #BBC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC390

Black with #BBC390

Text Example


Text Example

White with #BBC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC390; }

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

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

background-color css

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

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

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

border-color css

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

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

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