#BDED82

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

Shades of Sulu #BDED82

Tints of Sulu #BDED82

Color information

#BDED82 (or 0xBDED82) is unknown color: approx Sulu. HEX triplet: BD, ED and 82. RGB value is (189,237,130). Sum of RGB (Red+Green+Blue) = 189+237+130=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED82 is #42127D. Grayscale: #D2D2D2. Windows color (decimal): -4330110 or 8580541. OLE color: 8580541.

HSL color Cylindrical-coordinate representation of color #BDED82: hue angle of 86.92º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDED82 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB189237130-
CMYK0.2000.450.07
HSL86.92º74.83%71.96%-
HSV(B)86.92º45.15%92.94%-
XYZ55.37332.29-
YUV210.4582.6112.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=33.99%
G=42.63%
B=23.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371300.2000.450.0786.9274.8371.96
HexBDED821402D7574b48
Octal275355202240557127113110
Binary101111011110110110000010101000101101111101011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED82; }

 p { color: rgb(189,237,130); }

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

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

 a { background-color: rgb(189,237,130); }

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

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

 span { border-color: rgb(189,237,130); }

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