#BDD68A

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

Shades of Sprout #BDD68A

Tints of Sprout #BDD68A

Color information

#BDD68A (or 0xBDD68A) is unknown color: approx Sprout. HEX triplet: BD, D6 and 8A. RGB value is (189,214,138). Sum of RGB (Red+Green+Blue) = 189+214+138=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD68A is #422975. Grayscale: #C6C6C6. Windows color (decimal): -4335990 or 9098941. OLE color: 9098941.

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

Color convert

RGB189214138-
CMYK0.1200.360.16
HSL79.74º48.1%69.02%-
HSV(B)79.74º35.51%83.92%-
XYZ49.6260.7533.15-
YUV197.8694.22121.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=34.94%
G=39.56%
B=25.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141380.1200.360.1679.7448.169.02
HexBDD68AC02410503045
Octal275326212140442012060105
Binary101111011101011010001010110001001001000010100001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD68A; }

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

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

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

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

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

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

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

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