#BDE28C

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

Shades of Sulu #BDE28C

Tints of Sulu #BDE28C

Color information

#BDE28C (or 0xBDE28C) is unknown color: approx Sulu. HEX triplet: BD, E2 and 8C. RGB value is (189,226,140). Sum of RGB (Red+Green+Blue) = 189+226+140=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE28C is #421D73. Grayscale: #CDCDCD. Windows color (decimal): -4332916 or 9233085. OLE color: 9233085.

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

Color convert

RGB189226140-
CMYK0.1600.380.11
HSL85.81º59.72%71.76%-
HSV(B)85.81º38.05%88.63%-
XYZ52.9267.134.97-
YUV205.1391.24116.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 226 (88.67% from 255) = 40.72%
BLUE value IS 140 (55.08% from 255) = 25.23%
R=34.05%
G=40.72%
B=25.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261400.1600.380.1185.8159.7271.76
HexBDE28C10026B563c48
Octal275342214200461312674110
Binary101111011110001010001100100000100110101110101101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE28C; }

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

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

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

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

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

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

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

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