#BDDC85

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

Shades of Sulu #BDDC85

Tints of Sulu #BDDC85

Color information

#BDDC85 (or 0xBDDC85) is unknown color: approx Sulu. HEX triplet: BD, DC and 85. RGB value is (189,220,133). Sum of RGB (Red+Green+Blue) = 189+220+133=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC85 is #42237A. Grayscale: #C9C9C9. Windows color (decimal): -4334459 or 8772797. OLE color: 8772797.

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

Color convert

RGB189220133-
CMYK0.1400.400.14
HSL81.38º55.41%69.22%-
HSV(B)81.38º39.55%86.27%-
XYZ50.8163.731.81-
YUV200.8189.73119.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=34.87%
G=40.59%
B=24.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201330.1400.400.1481.3855.4169.22
HexBDDC85E028E513745
Octal275334205160501612167105
Binary10111101110111001000010111100101000111010100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC85; }

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

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

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

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

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

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

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

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