#BDD699

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

Shades of Sprout #BDD699

Tints of Sprout #BDD699

Color information

#BDD699 (or 0xBDD699) is unknown color: approx Sprout. HEX triplet: BD, D6 and 99. RGB value is (189,214,153). Sum of RGB (Red+Green+Blue) = 189+214+153=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD699 is #422966. Grayscale: #C7C7C7. Windows color (decimal): -4335975 or 10081981. OLE color: 10081981.

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

Color convert

RGB189214153-
CMYK0.1200.290.16
HSL84.59º42.66%71.96%-
HSV(B)84.59º28.5%83.92%-
XYZ50.7861.2139.28-
YUV199.57101.72120.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=33.99%
G=38.49%
B=27.52%

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
Decimal1892141530.1200.290.1684.5942.6671.96
HexBDD699C01D10552b48
Octal275326231140352012553110
Binary10111101110101101001100111000111011000010101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD699; }

 p { color: rgb(189,214,153); }

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

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

 a { background-color: rgb(189,214,153); }

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

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

 span { border-color: rgb(189,214,153); }

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