#BDE682

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

Shades of Sulu #BDE682

Tints of Sulu #BDE682

Color information

#BDE682 (or 0xBDE682) is unknown color: approx Sulu. HEX triplet: BD, E6 and 82. RGB value is (189,230,130). Sum of RGB (Red+Green+Blue) = 189+230+130=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE682 is #42197D. Grayscale: #CECECE. Windows color (decimal): -4331902 or 8578749. OLE color: 8578749.

HSL color Cylindrical-coordinate representation of color #BDE682: hue angle of 84.6º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDE682 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB189230130-
CMYK0.1800.430.10
HSL84.6º66.67%70.59%-
HSV(B)84.6º43.48%90.2%-
XYZ53.3169.0231.63-
YUV206.3484.92115.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 230 (90.23% from 255) = 41.89%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=34.43%
G=41.89%
B=23.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301300.1800.430.1084.666.6770.59
HexBDE6821202BA554347
Octal2753462022205312125103107
Binary1011110111100110100000101001001010111010101010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE682; }

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

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

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

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

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

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

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

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