Html Css Color HEX #BDE095 Sprout

📋 copy color: '#BDE095'

red 189 ◦ green 224 ◦ blue 149

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

Shades of Sprout #BDE095

Tints of Sprout #BDE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.86%

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

R = 33.63%
G = 39.86%
B = 26.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BDE095 (or 0xBDE095) is known color: Sprout. HEX triplet: BD, E0 and 95. RGB value is (189,224,149). Sum of RGB (Red+Green+Blue) = 189+224+149=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE095 is #421F6A. Grayscale: #CDCDCD. Windows color (decimal): -4333419 or 9822397. OLE color: 9822397.

HSL color Cylindrical-coordinate representation of color #BDE095: hue angle of 88º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE095 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 149 -
CMYK 0.16 0 0.33 0.12
HSL 88º 0.55% 0.73% -
HSV(B) 88º 0.33% 0.88% -
XYZ 53.07 66.3 38.43 -
YUV 204.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 189 224 149 0.16 0 0.33 0.12 88 0.55 0.73
Hex BD E0 95 10 0 21 C 58 37 49
Octal 275 340 225 20 0 41 14 130 67 111
Binary 10111101 11100000 10010101 10000 0 100001 1100 1011000 110111 1001001

Color Harmonies of #BDE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE095

Black with #BDE095

Text Example


Text Example

White with #BDE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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