#BDE96B

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

Shades of Sulu #BDE96B

Tints of Sulu #BDE96B

Color information

#BDE96B (or 0xBDE96B) is unknown color: approx Sulu. HEX triplet: BD, E9 and 6B. RGB value is (189,233,107). Sum of RGB (Red+Green+Blue) = 189+233+107=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE96B is #421694. Grayscale: #CDCDCD. Windows color (decimal): -4331157 or 7072189. OLE color: 7072189.

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

Color convert

RGB189233107-
CMYK0.1900.540.09
HSL80.95º74.12%66.67%-
HSV(B)80.95º54.08%91.37%-
XYZ52.7870.1624.67-
YUV205.4872.42116.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=35.73%
G=44.05%
B=20.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331070.1900.540.0980.9574.1266.67
HexBDE96B130369514a43
Octal2753511532306611121112103
Binary101111011110100111010111001101101101001101000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE96B; }

 p { color: rgb(189,233,107); }

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

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

 a { background-color: rgb(189,233,107); }

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

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

 span { border-color: rgb(189,233,107); }

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