#BBD69A

Color #BBD69A Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BBD69A

Tints of Sprout #BBD69A

Color information

#BBD69A (or 0xBBD69A) is unknown color: approx Sprout. HEX triplet: BB, D6 and 9A. RGB value is (187,214,154). Sum of RGB (Red+Green+Blue) = 187+214+154=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD69A is #442965. Grayscale: #C7C7C7. Windows color (decimal): -4467046 or 10147515. OLE color: 10147515.

HSL color Cylindrical-coordinate representation of color #BBD69A: hue angle of 87º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBD69A is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB187214154-
CMYK0.1300.280.16
HSL87º42.25%72.16%-
HSV(B)87º28.04%83.92%-
XYZ50.3760.9939.69-
YUV199.09102.55119.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=33.69%
G=38.56%
B=27.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141540.1300.280.168742.2572.16
HexBBD69AD01C10572a48
Octal273326232150342012752110
Binary10111011110101101001101011010111001000010101111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD69A; }

 p { color: rgb(187,214,154); }

 H1.HeaderClassName
 {
   color: #BBD69A;
 }
 .AnyTagClassName
 {
   color: #BBD69A;
 }
</style>
background-color css

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

 a { background-color: rgb(187,214,154); }

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

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

 span { border-color: rgb(187,214,154); }

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