Html Css Color HEX #BDD59B Sprout

📋 copy color: '#BDD59B'

red 189 ◦ green 213 ◦ blue 155

#BDD59B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BDD59B

Tints of Sprout #BDD59B

RGB

 RED value IS 189 (74.22% from 255) = 33.93%

 GREEN value IS 213 (83.59% from 255) = 38.24%

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 33.93%
G = 38.24%
B = 27.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#BDD59B (or 0xBDD59B) is known color: Sprout. HEX triplet: BD, D5 and 9B. RGB value is (189,213,155). Sum of RGB (Red+Green+Blue) = 189+213+155=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD59B is #422A64. Grayscale: #C7C7C7. Windows color (decimal): -4336229 or 10212797. OLE color: 10212797.

HSL color Cylindrical-coordinate representation of color #BDD59B: hue angle of 84.83º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD59B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 155 -
CMYK 0.11 0 0.27 0.16
HSL 84.83º 0.41% 0.72% -
HSV(B) 84.83º 0.27% 0.84% -
XYZ 50.7 60.77 40.07 -
YUV 199.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 189 213 155 0.11 0 0.27 0.16 84.83 0.41 0.72
Hex BD D5 9B B 0 1B 10 55 29 48
Octal 275 325 233 13 0 33 20 125 51 110
Binary 10111101 11010101 10011011 1011 0 11011 10000 1010101 101001 1001000

Color Harmonies of #BDD59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD59B

Black with #BDD59B

Text Example


Text Example

White with #BDD59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD59B; }

 p { color: rgb(189,213,155); }

 H1.HeaderClassName
 {
   color: #BDD59B;
 }
 .AnyTagClassName
 {
   color: #BDD59B;
 }
</style>

background-color css

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

 a { background-color: rgb(189,213,155); }

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

border-color css

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

 span { border-color: rgb(189,213,155); }

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