Html Css Color HEX #BBD192 Sprout

📋 copy color: '#BBD192'

red 187 ◦ green 209 ◦ blue 146

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

Shades of Sprout #BBD192

Tints of Sprout #BBD192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

 BLUE value IS 146 (57.42% from 255) = 26.94%

R = 34.5%
G = 38.56%
B = 26.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BBD192 (or 0xBBD192) is known color: Sprout. HEX triplet: BB, D1 and 92. RGB value is (187,209,146). Sum of RGB (Red+Green+Blue) = 187+209+146=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD192 is #442E6D. Grayscale: #C3C3C3. Windows color (decimal): -4468334 or 9621947. OLE color: 9621947.

HSL color Cylindrical-coordinate representation of color #BBD192: hue angle of 80.95º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD192 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 146 -
CMYK 0.11 0 0.30 0.18
HSL 80.95º 0.41% 0.7% -
HSV(B) 80.95º 0.3% 0.82% -
XYZ 48.48 58.24 35.88 -
YUV 195.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 187 209 146 0.11 0 0.30 0.18 80.95 0.41 0.7
Hex BB D1 92 B 0 1E 12 51 29 46
Octal 273 321 222 13 0 36 22 121 51 106
Binary 10111011 11010001 10010010 1011 0 11110 10010 1010001 101001 1000110

Color Harmonies of #BBD192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD192

Black with #BBD192

Text Example


Text Example

White with #BBD192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD192; }

 p { color: rgb(187,209,146); }

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

background-color css

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

 a { background-color: rgb(187,209,146); }

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

border-color css

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

 span { border-color: rgb(187,209,146); }

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