#BDE790

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

Shades of Sulu #BDE790

Tints of Sulu #BDE790

Color information

#BDE790 (or 0xBDE790) is unknown color: approx Sulu. HEX triplet: BD, E7 and 90. RGB value is (189,231,144). Sum of RGB (Red+Green+Blue) = 189+231+144=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE790 is #42186F. Grayscale: #D0D0D0. Windows color (decimal): -4331632 or 9496509. OLE color: 9496509.

HSL color Cylindrical-coordinate representation of color #BDE790: hue angle of 88.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE790 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB189231144-
CMYK0.1800.380.09
HSL88.97º64.44%73.53%-
HSV(B)88.97º37.66%90.59%-
XYZ54.669.9837.02-
YUV208.5291.59114.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 231 (90.62% from 255) = 40.96%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=33.51%
G=40.96%
B=25.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311440.1800.380.0988.9764.4473.53
HexBDE79012026959404a
Octal2753472202204611131100112
Binary1011110111100111100100001001001001101001101100110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE790; }

 p { color: rgb(189,231,144); }

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

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

 a { background-color: rgb(189,231,144); }

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

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

 span { border-color: rgb(189,231,144); }

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