#BBD597

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

Shades of Sprout #BBD597

Tints of Sprout #BBD597

Color information

#BBD597 (or 0xBBD597) is unknown color: approx Sprout. HEX triplet: BB, D5 and 97. RGB value is (187,213,151). Sum of RGB (Red+Green+Blue) = 187+213+151=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD597 is #442A68. Grayscale: #C6C6C6. Windows color (decimal): -4467305 or 9950651. OLE color: 9950651.

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

Color convert

RGB187213151-
CMYK0.1200.290.16
HSL85.16º42.47%71.37%-
HSV(B)85.16º29.11%83.53%-
XYZ49.8760.3938.31-
YUV198.16101.39120.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=33.94%
G=38.66%
B=27.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131510.1200.290.1685.1642.4771.37
HexBBD597C01D10552a47
Octal273325227140352012552107
Binary10111011110101011001011111000111011000010101011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD597; }

 p { color: rgb(187,213,151); }

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

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

 a { background-color: rgb(187,213,151); }

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

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

 span { border-color: rgb(187,213,151); }

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