Html Css Color HEX #BDD994 Sprout

📋 copy color: '#BDD994'

red 189 ◦ green 217 ◦ blue 148

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

Shades of Sprout #BDD994

Tints of Sprout #BDD994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.71%

R = 34.12%
G = 39.17%
B = 26.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BDD994 (or 0xBDD994) is known color: Sprout. HEX triplet: BD, D9 and 94. RGB value is (189,217,148). Sum of RGB (Red+Green+Blue) = 189+217+148=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD994 is #42266B. Grayscale: #C9C9C9. Windows color (decimal): -4335212 or 9755069. OLE color: 9755069.

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

Color convert

RGB 189 217 148 -
CMYK 0.13 0 0.32 0.15
HSL 84.35º 0.48% 0.72% -
HSV(B) 84.35º 0.32% 0.85% -
XYZ 51.14 62.58 37.4 -
YUV 200.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 189 217 148 0.13 0 0.32 0.15 84.35 0.48 0.72
Hex BD D9 94 D 0 20 F 54 30 48
Octal 275 331 224 15 0 40 17 124 60 110
Binary 10111101 11011001 10010100 1101 0 100000 1111 1010100 110000 1001000

Color Harmonies of #BDD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD994

Black with #BDD994

Text Example


Text Example

White with #BDD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD994; }

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

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

background-color css

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

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

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

border-color css

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

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

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