Html Css Color HEX #BDD193 Sprout

📋 copy color: '#BDD193'

red 189 ◦ green 209 ◦ blue 147

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

Shades of Sprout #BDD193

Tints of Sprout #BDD193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.97%

R = 34.68%
G = 38.35%
B = 26.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BDD193 (or 0xBDD193) is known color: Sprout. HEX triplet: BD, D1 and 93. RGB value is (189,209,147). Sum of RGB (Red+Green+Blue) = 189+209+147=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD193 is #422E6C. Grayscale: #C4C4C4. Windows color (decimal): -4337261 or 9687485. OLE color: 9687485.

HSL color Cylindrical-coordinate representation of color #BDD193: hue angle of 79.35º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD193 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 147 -
CMYK 0.10 0 0.30 0.18
HSL 79.35º 0.4% 0.7% -
HSV(B) 79.35º 0.3% 0.82% -
XYZ 49.05 58.53 36.32 -
YUV 195.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 189 209 147 0.10 0 0.30 0.18 79.35 0.4 0.7
Hex BD D1 93 A 0 1E 12 4F 28 46
Octal 275 321 223 12 0 36 22 117 50 106
Binary 10111101 11010001 10010011 1010 0 11110 10010 1001111 101000 1000110

Color Harmonies of #BDD193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD193

Black with #BDD193

Text Example


Text Example

White with #BDD193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD193; }

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

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

background-color css

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

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

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

border-color css

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

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

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