#BED78A

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

Shades of Sulu #BED78A

Tints of Sulu #BED78A

Color information

#BED78A (or 0xBED78A) is unknown color: approx Sulu. HEX triplet: BE, D7 and 8A. RGB value is (190,215,138). Sum of RGB (Red+Green+Blue) = 190+215+138=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #BED78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED78A is #412875. Grayscale: #C7C7C7. Windows color (decimal): -4270198 or 9099198. OLE color: 9099198.

HSL color Cylindrical-coordinate representation of color #BED78A: hue angle of 79.48º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED78A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB190215138-
CMYK0.1200.360.16
HSL79.48º49.04%69.22%-
HSV(B)79.48º35.81%84.31%-
XYZ50.1261.3833.25-
YUV198.7593.72121.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=34.99%
G=39.59%
B=25.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151380.1200.360.1679.4849.0469.22
HexBED78AC024104f3145
Octal276327212140442011761105
Binary101111101101011110001010110001001001000010011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED78A; }

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

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

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

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

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

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

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

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