Html Css Color HEX #BDD190 Sprout

📋 copy color: '#BDD190'

red 189 ◦ green 209 ◦ blue 144

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

Shades of Sprout #BDD190

Tints of Sprout #BDD190

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

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

R = 34.87%
G = 38.56%
B = 26.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#BDD190 (or 0xBDD190) is known color: Sprout. HEX triplet: BD, D1 and 90. RGB value is (189,209,144). Sum of RGB (Red+Green+Blue) = 189+209+144=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD190 is #422E6F. Grayscale: #C3C3C3. Windows color (decimal): -4337264 or 9490877. OLE color: 9490877.

HSL color Cylindrical-coordinate representation of color #BDD190: hue angle of 78.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD190 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 144 -
CMYK 0.10 0 0.31 0.18
HSL 78.46º 0.41% 0.69% -
HSV(B) 78.46º 0.31% 0.82% -
XYZ 48.82 58.43 35.09 -
YUV 195.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 189 209 144 0.10 0 0.31 0.18 78.46 0.41 0.69
Hex BD D1 90 A 0 1F 12 4E 29 45
Octal 275 321 220 12 0 37 22 116 51 105
Binary 10111101 11010001 10010000 1010 0 11111 10010 1001110 101001 1000101

Color Harmonies of #BDD190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD190

Black with #BDD190

Text Example


Text Example

White with #BDD190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD190; }

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

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

background-color css

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

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

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

border-color css

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

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

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