#BBD68A

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

Shades of Sprout #BBD68A

Tints of Sprout #BBD68A

Color information

#BBD68A (or 0xBBD68A) is unknown color: approx Sprout. HEX triplet: BB, D6 and 8A. RGB value is (187,214,138). Sum of RGB (Red+Green+Blue) = 187+214+138=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD68A is #442975. Grayscale: #C5C5C5. Windows color (decimal): -4467062 or 9098939. OLE color: 9098939.

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

Color convert

RGB187214138-
CMYK0.1300.360.16
HSL81.32º48.1%69.02%-
HSV(B)81.32º35.51%83.92%-
XYZ49.1360.4933.13-
YUV197.2694.55120.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=34.69%
G=39.70%
B=25.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141380.1300.360.1681.3248.169.02
HexBBD68AD02410513045
Octal273326212150442012160105
Binary101110111101011010001010110101001001000010100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD68A; }

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

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

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

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

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

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

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

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