#BDE683

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

Shades of Sulu #BDE683

Tints of Sulu #BDE683

Color information

#BDE683 (or 0xBDE683) is unknown color: approx Sulu. HEX triplet: BD, E6 and 83. RGB value is (189,230,131). Sum of RGB (Red+Green+Blue) = 189+230+131=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE683 is #42197C. Grayscale: #CECECE. Windows color (decimal): -4331901 or 8644285. OLE color: 8644285.

HSL color Cylindrical-coordinate representation of color #BDE683: hue angle of 84.85º degrees, saturation: 0.66, 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 #BDE683 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB189230131-
CMYK0.1800.430.10
HSL84.85º66.44%70.78%-
HSV(B)84.85º43.04%90.2%-
XYZ53.3869.0531.99-
YUV206.4685.42115.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=34.36%
G=41.82%
B=23.82%

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
Decimal1892301310.1800.430.1084.8566.4470.78
HexBDE6831202BA554247
Octal2753462032205312125102107
Binary1011110111100110100000111001001010111010101010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE683; }

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

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

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

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

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

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

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

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