#BDEB90

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

Shades of Sulu #BDEB90

Tints of Sulu #BDEB90

Color information

#BDEB90 (or 0xBDEB90) is unknown color: approx Sulu. HEX triplet: BD, EB and 90. RGB value is (189,235,144). Sum of RGB (Red+Green+Blue) = 189+235+144=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB90 is #42146F. Grayscale: #D3D3D3. Windows color (decimal): -4330608 or 9497533. OLE color: 9497533.

HSL color Cylindrical-coordinate representation of color #BDEB90: hue angle of 90.33º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDEB90 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB189235144-
CMYK0.2000.390.08
HSL90.33º69.47%74.31%-
HSV(B)90.33º38.72%92.16%-
XYZ55.7372.2537.39-
YUV210.8790.26112.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=33.27%
G=41.37%
B=25.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351440.2000.390.0890.3369.4774.31
HexBDEB901402785a454a
Octal2753532202404710132105112
Binary1011110111101011100100001010001001111000101101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB90; }

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

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

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

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

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

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

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

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