#BED77B

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

Shades of Sulu #BED77B

Tints of Sulu #BED77B

Color information

#BED77B (or 0xBED77B) is unknown color: approx Sulu. HEX triplet: BE, D7 and 7B. RGB value is (190,215,123). Sum of RGB (Red+Green+Blue) = 190+215+123=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #BED77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED77B is #412884. Grayscale: #C5C5C5. Windows color (decimal): -4270213 or 8116158. OLE color: 8116158.

HSL color Cylindrical-coordinate representation of color #BED77B: hue angle of 76.3º degrees, saturation: 0.53, 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 #BED77B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB190215123-
CMYK0.1200.430.16
HSL76.3º53.49%66.27%-
HSV(B)76.3º42.79%84.31%-
XYZ49.1160.9827.92-
YUV197.0486.22122.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 123 (48.44% from 255) = 23.30%
R=35.98%
G=40.72%
B=23.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151230.1200.430.1676.353.4966.27
HexBED77BC02B104c3542
Octal276327173140532011465102
Binary10111110110101111111011110001010111000010011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED77B; }

 p { color: rgb(190,215,123); }

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

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

 a { background-color: rgb(190,215,123); }

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

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

 span { border-color: rgb(190,215,123); }

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