Html Css Color HEX #BBE196 Pixie Green

📋 copy color: '#BBE196'

red 187 ◦ green 225 ◦ blue 150

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

Shades of Pixie Green #BBE196

Tints of Pixie Green #BBE196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.04%

 BLUE value IS 150 (58.98% from 255) = 26.69%

R = 33.27%
G = 40.04%
B = 26.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BBE196 (or 0xBBE196) is known color: Pixie Green. HEX triplet: BB, E1 and 96. RGB value is (187,225,150). Sum of RGB (Red+Green+Blue) = 187+225+150=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE196 is #441E69. Grayscale: #CDCDCD. Windows color (decimal): -4464234 or 9888187. OLE color: 9888187.

HSL color Cylindrical-coordinate representation of color #BBE196: hue angle of 90.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBE196 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 150 -
CMYK 0.17 0 0.33 0.12
HSL 90.4º 0.56% 0.74% -
HSV(B) 90.4º 0.33% 0.88% -
XYZ 52.92 66.62 38.92 -
YUV 205.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 187 225 150 0.17 0 0.33 0.12 90.4 0.56 0.74
Hex BB E1 96 11 0 21 C 5A 38 4A
Octal 273 341 226 21 0 41 14 132 70 112
Binary 10111011 11100001 10010110 10001 0 100001 1100 1011010 111000 1001010

Color Harmonies of #BBE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE196

Black with #BBE196

Text Example


Text Example

White with #BBE196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE196; }

 p { color: rgb(187,225,150); }

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

background-color css

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

 a { background-color: rgb(187,225,150); }

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

border-color css

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

 span { border-color: rgb(187,225,150); }

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