#BED57A

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

Shades of Sulu #BED57A

Tints of Sulu #BED57A

Color information

#BED57A (or 0xBED57A) is unknown color: approx Sulu. HEX triplet: BE, D5 and 7A. RGB value is (190,213,122). Sum of RGB (Red+Green+Blue) = 190+213+122=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #BED57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED57A is #412A85. Grayscale: #C4C4C4. Windows color (decimal): -4270726 or 8050110. OLE color: 8050110.

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

Color convert

RGB190213122-
CMYK0.1100.430.16
HSL75.16º52%65.69%-
HSV(B)75.16º42.72%83.53%-
XYZ48.5459.9427.42-
YUV195.7586.38123.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=36.19%
G=40.57%
B=23.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131220.1100.430.1675.165265.69
HexBED57AB02B104b3442
Octal276325172130532011364102
Binary10111110110101011111010101101010111000010010111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED57A; }

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

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

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

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

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

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

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

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