#BDD68D

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

Shades of Sprout #BDD68D

Tints of Sprout #BDD68D

Color information

#BDD68D (or 0xBDD68D) is unknown color: approx Sprout. HEX triplet: BD, D6 and 8D. RGB value is (189,214,141). Sum of RGB (Red+Green+Blue) = 189+214+141=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD68D is #422972. Grayscale: #C6C6C6. Windows color (decimal): -4335987 or 9295549. OLE color: 9295549.

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

Color convert

RGB189214141-
CMYK0.1200.340.16
HSL80.55º47.1%69.61%-
HSV(B)80.55º34.11%83.92%-
XYZ49.8460.8434.31-
YUV198.295.72121.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=34.74%
G=39.34%
B=25.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141410.1200.340.1680.5547.169.61
HexBDD68DC02210512f46
Octal275326215140422012157106
Binary101111011101011010001101110001000101000010100011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD68D; }

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

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

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

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

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

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

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

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