Html Css Color HEX #BDD98E Sprout

📋 copy color: '#BDD98E'

red 189 ◦ green 217 ◦ blue 142

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

Shades of Sprout #BDD98E

Tints of Sprout #BDD98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.91%

R = 34.49%
G = 39.6%
B = 25.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BDD98E (or 0xBDD98E) is known color: Sprout. HEX triplet: BD, D9 and 8E. RGB value is (189,217,142). Sum of RGB (Red+Green+Blue) = 189+217+142=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD98E is #422671. Grayscale: #C8C8C8. Windows color (decimal): -4335218 or 9361853. OLE color: 9361853.

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

Color convert

RGB 189 217 142 -
CMYK 0.13 0 0.35 0.15
HSL 82.4º 0.5% 0.7% -
HSV(B) 82.4º 0.35% 0.85% -
XYZ 50.68 62.4 34.96 -
YUV 200.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 189 217 142 0.13 0 0.35 0.15 82.4 0.5 0.7
Hex BD D9 8E D 0 23 F 52 32 46
Octal 275 331 216 15 0 43 17 122 62 106
Binary 10111101 11011001 10001110 1101 0 100011 1111 1010010 110010 1000110

Color Harmonies of #BDD98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD98E

Black with #BDD98E

Text Example


Text Example

White with #BDD98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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