Html Css Color HEX #BDDE95 Sprout

📋 copy color: '#BDDE95'

red 189 ◦ green 222 ◦ blue 149

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

Shades of Sprout #BDDE95

Tints of Sprout #BDDE95

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 33.75%
G = 39.64%
B = 26.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BDDE95 (or 0xBDDE95) is known color: Sprout. HEX triplet: BD, DE and 95. RGB value is (189,222,149). Sum of RGB (Red+Green+Blue) = 189+222+149=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE95 is #42216A. Grayscale: #CCCCCC. Windows color (decimal): -4333931 or 9821885. OLE color: 9821885.

HSL color Cylindrical-coordinate representation of color #BDDE95: hue angle of 87.12º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDDE95 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 149 -
CMYK 0.15 0 0.33 0.13
HSL 87.12º 0.53% 0.73% -
HSV(B) 87.12º 0.33% 0.87% -
XYZ 52.53 65.23 38.26 -
YUV 203.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 189 222 149 0.15 0 0.33 0.13 87.12 0.53 0.73
Hex BD DE 95 F 0 21 D 57 35 49
Octal 275 336 225 17 0 41 15 127 65 111
Binary 10111101 11011110 10010101 1111 0 100001 1101 1010111 110101 1001001

Color Harmonies of #BDDE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE95

Black with #BDDE95

Text Example


Text Example

White with #BDDE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE95; }

 p { color: rgb(189,222,149); }

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

background-color css

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

 a { background-color: rgb(189,222,149); }

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

border-color css

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

 span { border-color: rgb(189,222,149); }

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