#BBD692

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

Shades of Sprout #BBD692

Tints of Sprout #BBD692

Color information

#BBD692 (or 0xBBD692) is unknown color: approx Sprout. HEX triplet: BB, D6 and 92. RGB value is (187,214,146). Sum of RGB (Red+Green+Blue) = 187+214+146=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD692 is #44296D. Grayscale: #C6C6C6. Windows color (decimal): -4467054 or 9623227. OLE color: 9623227.

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

Color convert

RGB187214146-
CMYK0.1300.320.16
HSL83.82º45.33%70.59%-
HSV(B)83.82º31.78%83.92%-
XYZ49.7360.7336.3-
YUV198.1898.55120.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=34.19%
G=39.12%
B=26.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141460.1300.320.1683.8245.3370.59
HexBBD692D02010542d47
Octal273326222150402012455107
Binary101110111101011010010010110101000001000010101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD692; }

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

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

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

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

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

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

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

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