#BDE284

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

Shades of Sulu #BDE284

Tints of Sulu #BDE284

Color information

#BDE284 (or 0xBDE284) is unknown color: approx Sulu. HEX triplet: BD, E2 and 84. RGB value is (189,226,132). Sum of RGB (Red+Green+Blue) = 189+226+132=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE284 is #421D7B. Grayscale: #CCCCCC. Windows color (decimal): -4332924 or 8708797. OLE color: 8708797.

HSL color Cylindrical-coordinate representation of color #BDE284: hue angle of 83.62º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE284 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB189226132-
CMYK0.1600.420.11
HSL83.62º61.84%70.2%-
HSV(B)83.62º41.59%88.63%-
XYZ52.3566.8831.98-
YUV204.2287.24117.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=34.55%
G=41.32%
B=24.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261320.1600.420.1183.6261.8470.2
HexBDE2841002AB543e46
Octal275342204200521312476106
Binary101111011110001010000100100000101010101110101001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE284; }

 p { color: rgb(189,226,132); }

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

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

 a { background-color: rgb(189,226,132); }

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

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

 span { border-color: rgb(189,226,132); }

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