#BDE973

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

Shades of Sulu #BDE973

Tints of Sulu #BDE973

Color information

#BDE973 (or 0xBDE973) is unknown color: approx Sulu. HEX triplet: BD, E9 and 73. RGB value is (189,233,115). Sum of RGB (Red+Green+Blue) = 189+233+115=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE973 is #42168C. Grayscale: #CECECE. Windows color (decimal): -4331149 or 7596477. OLE color: 7596477.

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

Color convert

RGB189233115-
CMYK0.1900.510.09
HSL82.37º72.84%68.24%-
HSV(B)82.37º50.64%91.37%-
XYZ53.2270.3326.99-
YUV206.3976.42115.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 233 (91.41% from 255) = 43.39%
BLUE value IS 115 (45.31% from 255) = 21.42%
R=35.20%
G=43.39%
B=21.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331150.1900.510.0982.3772.8468.24
HexBDE973130339524944
Octal2753511632306311122111104
Binary101111011110100111100111001101100111001101001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE973; }

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

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

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

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

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

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

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

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