#BDDD85

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

Shades of Sulu #BDDD85

Tints of Sulu #BDDD85

Color information

#BDDD85 (or 0xBDDD85) is unknown color: approx Sulu. HEX triplet: BD, DD and 85. RGB value is (189,221,133). Sum of RGB (Red+Green+Blue) = 189+221+133=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD85 is #42227A. Grayscale: #C9C9C9. Windows color (decimal): -4334203 or 8773053. OLE color: 8773053.

HSL color Cylindrical-coordinate representation of color #BDDD85: hue angle of 81.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDDD85 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB189221133-
CMYK0.1400.400.13
HSL81.82º56.41%69.41%-
HSV(B)81.82º39.82%86.67%-
XYZ51.0864.2331.89-
YUV201.489.4119.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=34.81%
G=40.70%
B=24.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211330.1400.400.1381.8256.4169.41
HexBDDD85E028D523845
Octal275335205160501512270105
Binary10111101110111011000010111100101000110110100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD85; }

 p { color: rgb(189,221,133); }

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

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

 a { background-color: rgb(189,221,133); }

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

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

 span { border-color: rgb(189,221,133); }

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