#BED592

Color #BED592 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BED592

Tints of Sprout #BED592

Color information

#BED592 (or 0xBED592) is unknown color: approx Sprout. HEX triplet: BE, D5 and 92. RGB value is (190,213,146). Sum of RGB (Red+Green+Blue) = 190+213+146=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #BED592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED592 is #412A6D. Grayscale: #C6C6C6. Windows color (decimal): -4270702 or 9622974. OLE color: 9622974.

HSL color Cylindrical-coordinate representation of color #BED592: hue angle of 80.6º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED592 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB190213146-
CMYK0.1100.310.16
HSL80.6º44.37%70.39%-
HSV(B)80.6º31.46%83.53%-
XYZ50.2260.6136.25-
YUV198.4898.38121.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=34.61%
G=38.80%
B=26.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131460.1100.310.1680.644.3770.39
HexBED592B01F10512c46
Octal276325222130372012154106
Binary10111110110101011001001010110111111000010100011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED592; }

 p { color: rgb(190,213,146); }

 H1.HeaderClassName
 {
   color: #BED592;
 }
 .AnyTagClassName
 {
   color: #BED592;
 }
</style>
background-color css

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

 a { background-color: rgb(190,213,146); }

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

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

 span { border-color: rgb(190,213,146); }

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