Html Css Color HEX #BDD191 Sprout

📋 copy color: '#BDD191'

red 189 ◦ green 209 ◦ blue 145

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

Shades of Sprout #BDD191

Tints of Sprout #BDD191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.7%

R = 34.81%
G = 38.49%
B = 26.7%

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

#BDD191 (or 0xBDD191) is known color: Sprout. HEX triplet: BD, D1 and 91. RGB value is (189,209,145). Sum of RGB (Red+Green+Blue) = 189+209+145=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD191 is #422E6E. Grayscale: #C3C3C3. Windows color (decimal): -4337263 or 9556413. OLE color: 9556413.

HSL color Cylindrical-coordinate representation of color #BDD191: hue angle of 78.75º 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 #BDD191 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 145 -
CMYK 0.10 0 0.31 0.18
HSL 78.75º 0.41% 0.69% -
HSV(B) 78.75º 0.31% 0.82% -
XYZ 48.9 58.46 35.5 -
YUV 195.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 189 209 145 0.10 0 0.31 0.18 78.75 0.41 0.69
Hex BD D1 91 A 0 1F 12 4F 29 45
Octal 275 321 221 12 0 37 22 117 51 105
Binary 10111101 11010001 10010001 1010 0 11111 10010 1001111 101001 1000101

Color Harmonies of #BDD191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD191

Black with #BDD191

Text Example


Text Example

White with #BDD191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD191; }

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

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

background-color css

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

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

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

border-color css

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

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

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