#BDD697

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

Shades of Sprout #BDD697

Tints of Sprout #BDD697

Color information

#BDD697 (or 0xBDD697) is unknown color: approx Sprout. HEX triplet: BD, D6 and 97. RGB value is (189,214,151). Sum of RGB (Red+Green+Blue) = 189+214+151=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD697 is #422968. Grayscale: #C7C7C7. Windows color (decimal): -4335977 or 9950909. OLE color: 9950909.

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

Color convert

RGB189214151-
CMYK0.1200.290.16
HSL83.81º43.45%71.57%-
HSV(B)83.81º29.44%83.92%-
XYZ50.6261.1538.41-
YUV199.34100.72120.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=34.12%
G=38.63%
B=27.26%

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
Decimal1892141510.1200.290.1683.8143.4571.57
HexBDD697C01D10542b48
Octal275326227140352012453110
Binary10111101110101101001011111000111011000010101001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD697; }

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

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

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

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

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

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

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

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