#BDDA94

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

Shades of Sprout #BDDA94

Tints of Sprout #BDDA94

Color information

#BDDA94 (or 0xBDDA94) is unknown color: approx Sprout. HEX triplet: BD, DA and 94. RGB value is (189,218,148). Sum of RGB (Red+Green+Blue) = 189+218+148=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA94 is #42256B. Grayscale: #C9C9C9. Windows color (decimal): -4334956 or 9755325. OLE color: 9755325.

HSL color Cylindrical-coordinate representation of color #BDDA94: hue angle of 84.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDDA94 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB189218148-
CMYK0.1300.320.15
HSL84.86º48.61%71.76%-
HSV(B)84.86º32.11%85.49%-
XYZ51.463.137.49-
YUV201.3597.89119.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=34.05%
G=39.28%
B=26.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181480.1300.320.1584.8648.6171.76
HexBDDA94D020F553148
Octal275332224150401712561110
Binary10111101110110101001010011010100000111110101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA94; }

 p { color: rgb(189,218,148); }

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

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

 a { background-color: rgb(189,218,148); }

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

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

 span { border-color: rgb(189,218,148); }

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