Html Css Color HEX #BDD98F Sprout

📋 copy color: '#BDD98F'

red 189 ◦ green 217 ◦ blue 143

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

Shades of Sprout #BDD98F

Tints of Sprout #BDD98F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.53%

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

R = 34.43%
G = 39.53%
B = 26.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#BDD98F (or 0xBDD98F) is known color: Sprout. HEX triplet: BD, D9 and 8F. RGB value is (189,217,143). Sum of RGB (Red+Green+Blue) = 189+217+143=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD98F is #422670. Grayscale: #C8C8C8. Windows color (decimal): -4335217 or 9427389. OLE color: 9427389.

HSL color Cylindrical-coordinate representation of color #BDD98F: hue angle of 82.7º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD98F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 143 -
CMYK 0.13 0 0.34 0.15
HSL 82.7º 0.49% 0.71% -
HSV(B) 82.7º 0.34% 0.85% -
XYZ 50.76 62.43 35.36 -
YUV 200.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 189 217 143 0.13 0 0.34 0.15 82.7 0.49 0.71
Hex BD D9 8F D 0 22 F 53 31 47
Octal 275 331 217 15 0 42 17 123 61 107
Binary 10111101 11011001 10001111 1101 0 100010 1111 1010011 110001 1000111

Color Harmonies of #BDD98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD98F

Black with #BDD98F

Text Example


Text Example

White with #BDD98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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