#BDD695

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

Shades of Sprout #BDD695

Tints of Sprout #BDD695

Color information

#BDD695 (or 0xBDD695) is unknown color: approx Sprout. HEX triplet: BD, D6 and 95. RGB value is (189,214,149). Sum of RGB (Red+Green+Blue) = 189+214+149=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD695 is #42296A. Grayscale: #C7C7C7. Windows color (decimal): -4335979 or 9819837. OLE color: 9819837.

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

Color convert

RGB189214149-
CMYK0.1200.300.16
HSL83.08º44.22%71.18%-
HSV(B)83.08º30.37%83.92%-
XYZ50.4661.0837.56-
YUV199.1199.72120.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=34.24%
G=38.77%
B=26.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141490.1200.300.1683.0844.2271.18
HexBDD695C01E10532c47
Octal275326225140362012354107
Binary10111101110101101001010111000111101000010100111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD695; }

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

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

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

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

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

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

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

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