Html Css Color HEX #BDE093 Sprout

📋 copy color: '#BDE093'

red 189 ◦ green 224 ◦ blue 147

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

Shades of Sprout #BDE093

Tints of Sprout #BDE093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.25%

R = 33.75%
G = 40%
B = 26.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#BDE093 (or 0xBDE093) is known color: Sprout. HEX triplet: BD, E0 and 93. RGB value is (189,224,147). Sum of RGB (Red+Green+Blue) = 189+224+147=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE093 is #421F6C. Grayscale: #CDCDCD. Windows color (decimal): -4333421 or 9691325. OLE color: 9691325.

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

Color convert

RGB 189 224 147 -
CMYK 0.16 0 0.34 0.12
HSL 87.27º 0.55% 0.73% -
HSV(B) 87.27º 0.34% 0.88% -
XYZ 52.91 66.24 37.6 -
YUV 204.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 189 224 147 0.16 0 0.34 0.12 87.27 0.55 0.73
Hex BD E0 93 10 0 22 C 57 37 49
Octal 275 340 223 20 0 42 14 127 67 111
Binary 10111101 11100000 10010011 10000 0 100010 1100 1010111 110111 1001001

Color Harmonies of #BDE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE093

Black with #BDE093

Text Example


Text Example

White with #BDE093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE093; }

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

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

background-color css

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

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

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

border-color css

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

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

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