Html Css Color HEX #BBD09D Sprout

📋 copy color: '#BBD09D'

red 187 ◦ green 208 ◦ blue 157

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

Shades of Sprout #BBD09D

Tints of Sprout #BBD09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.44%

R = 33.88%
G = 37.68%
B = 28.44%

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

#BBD09D (or 0xBBD09D) is known color: Sprout. HEX triplet: BB, D0 and 9D. RGB value is (187,208,157). Sum of RGB (Red+Green+Blue) = 187+208+157=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD09D is #442F62. Grayscale: #C4C4C4. Windows color (decimal): -4468579 or 10342587. OLE color: 10342587.

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

Color convert

RGB 187 208 157 -
CMYK 0.10 0 0.25 0.18
HSL 84.71º 0.35% 0.72% -
HSV(B) 84.71º 0.25% 0.82% -
XYZ 49.14 58.11 40.53 -
YUV 195.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 187 208 157 0.10 0 0.25 0.18 84.71 0.35 0.72
Hex BB D0 9D A 0 19 12 55 23 48
Octal 273 320 235 12 0 31 22 125 43 110
Binary 10111011 11010000 10011101 1010 0 11001 10010 1010101 100011 1001000

Color Harmonies of #BBD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD09D

Black with #BBD09D

Text Example


Text Example

White with #BBD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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