Html Css Color HEX #BDD18D Sprout

📋 copy color: '#BDD18D'

red 189 ◦ green 209 ◦ blue 141

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

Shades of Sprout #BDD18D

Tints of Sprout #BDD18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.16%

R = 35.06%
G = 38.78%
B = 26.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#BDD18D (or 0xBDD18D) is known color: Sprout. HEX triplet: BD, D1 and 8D. RGB value is (189,209,141). Sum of RGB (Red+Green+Blue) = 189+209+141=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD18D is #422E72. Grayscale: #C3C3C3. Windows color (decimal): -4337267 or 9294269. OLE color: 9294269.

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

Color convert

RGB 189 209 141 -
CMYK 0.10 0 0.33 0.18
HSL 77.65º 0.43% 0.69% -
HSV(B) 77.65º 0.33% 0.82% -
XYZ 48.59 58.34 33.9 -
YUV 195.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 189 209 141 0.10 0 0.33 0.18 77.65 0.43 0.69
Hex BD D1 8D A 0 21 12 4E 2A 45
Octal 275 321 215 12 0 41 22 116 52 105
Binary 10111101 11010001 10001101 1010 0 100001 10010 1001110 101010 1000101

Color Harmonies of #BDD18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD18D

Black with #BDD18D

Text Example


Text Example

White with #BDD18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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