Html Css Color HEX #BDD690 Sprout

📋 copy color: '#BDD690'

red 189 ◦ green 214 ◦ blue 144

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

Shades of Sprout #BDD690

Tints of Sprout #BDD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

 BLUE value IS 144 (56.64% from 255) = 26.33%

R = 34.55%
G = 39.12%
B = 26.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BDD690 (or 0xBDD690) is known color: Sprout. HEX triplet: BD, D6 and 90. RGB value is (189,214,144). Sum of RGB (Red+Green+Blue) = 189+214+144=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD690 is #42296F. Grayscale: #C6C6C6. Windows color (decimal): -4335984 or 9492157. OLE color: 9492157.

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

Color convert

RGB 189 214 144 -
CMYK 0.12 0 0.33 0.16
HSL 81.43º 0.46% 0.7% -
HSV(B) 81.43º 0.33% 0.84% -
XYZ 50.07 60.93 35.51 -
YUV 198.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 189 214 144 0.12 0 0.33 0.16 81.43 0.46 0.7
Hex BD D6 90 C 0 21 10 51 2E 46
Octal 275 326 220 14 0 41 20 121 56 106
Binary 10111101 11010110 10010000 1100 0 100001 10000 1010001 101110 1000110

Color Harmonies of #BDD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD690

Black with #BDD690

Text Example


Text Example

White with #BDD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD690; }

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

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

background-color css

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

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

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

border-color css

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

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

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