Html Css Color HEX #BBD09B Sprout

📋 copy color: '#BBD09B'

red 187 ◦ green 208 ◦ blue 155

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

Shades of Sprout #BBD09B

Tints of Sprout #BBD09B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.82%

 BLUE value IS 155 (60.94% from 255) = 28.18%

R = 34%
G = 37.82%
B = 28.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BBD09B (or 0xBBD09B) is known color: Sprout. HEX triplet: BB, D0 and 9B. RGB value is (187,208,155). Sum of RGB (Red+Green+Blue) = 187+208+155=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD09B is #442F64. Grayscale: #C3C3C3. Windows color (decimal): -4468581 or 10211515. OLE color: 10211515.

HSL color Cylindrical-coordinate representation of color #BBD09B: hue angle of 83.77º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD09B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 155 -
CMYK 0.10 0 0.25 0.18
HSL 83.77º 0.36% 0.71% -
HSV(B) 83.77º 0.25% 0.82% -
XYZ 48.97 58.04 39.63 -
YUV 195.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 187 208 155 0.10 0 0.25 0.18 83.77 0.36 0.71
Hex BB D0 9B A 0 19 12 54 24 47
Octal 273 320 233 12 0 31 22 124 44 107
Binary 10111011 11010000 10011011 1010 0 11001 10010 1010100 100100 1000111

Color Harmonies of #BBD09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD09B

Black with #BBD09B

Text Example


Text Example

White with #BBD09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD09B; }

 p { color: rgb(187,208,155); }

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

background-color css

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

 a { background-color: rgb(187,208,155); }

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

border-color css

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

 span { border-color: rgb(187,208,155); }

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