#BDD692

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

Shades of Sprout #BDD692

Tints of Sprout #BDD692

Color information

#BDD692 (or 0xBDD692) is unknown color: approx Sprout. HEX triplet: BD, D6 and 92. RGB value is (189,214,146). Sum of RGB (Red+Green+Blue) = 189+214+146=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD692 is #42296D. Grayscale: #C7C7C7. Windows color (decimal): -4335982 or 9623229. OLE color: 9623229.

HSL color Cylindrical-coordinate representation of color #BDD692: hue angle of 82.06º 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 #BDD692 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB189214146-
CMYK0.1200.320.16
HSL82.06º45.33%70.59%-
HSV(B)82.06º31.78%83.92%-
XYZ50.2260.9936.32-
YUV198.7798.22121.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=34.43%
G=38.98%
B=26.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141460.1200.320.1682.0645.3370.59
HexBDD692C02010522d47
Octal275326222140402012255107
Binary101111011101011010010010110001000001000010100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD692; }

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

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

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

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

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

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

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

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