Html Css Color HEX #BDD18F Sprout

📋 copy color: '#BDD18F'

red 189 ◦ green 209 ◦ blue 143

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

Shades of Sprout #BDD18F

Tints of Sprout #BDD18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.43%

R = 34.94%
G = 38.63%
B = 26.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BDD18F (or 0xBDD18F) is known color: Sprout. HEX triplet: BD, D1 and 8F. RGB value is (189,209,143). Sum of RGB (Red+Green+Blue) = 189+209+143=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD18F is #422E70. Grayscale: #C3C3C3. Windows color (decimal): -4337265 or 9425341. OLE color: 9425341.

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

Color convert

RGB 189 209 143 -
CMYK 0.10 0 0.32 0.18
HSL 78.18º 0.42% 0.69% -
HSV(B) 78.18º 0.32% 0.82% -
XYZ 48.74 58.4 34.69 -
YUV 195.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 189 209 143 0.10 0 0.32 0.18 78.18 0.42 0.69
Hex BD D1 8F A 0 20 12 4E 2A 45
Octal 275 321 217 12 0 40 22 116 52 105
Binary 10111101 11010001 10001111 1010 0 100000 10010 1001110 101010 1000101

Color Harmonies of #BDD18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD18F

Black with #BDD18F

Text Example


Text Example

White with #BDD18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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