#BDDC82

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

Shades of Sulu #BDDC82

Tints of Sulu #BDDC82

Color information

#BDDC82 (or 0xBDDC82) is unknown color: approx Sulu. HEX triplet: BD, DC and 82. RGB value is (189,220,130). Sum of RGB (Red+Green+Blue) = 189+220+130=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC82 is #42237D. Grayscale: #C8C8C8. Windows color (decimal): -4334462 or 8576189. OLE color: 8576189.

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

Color convert

RGB189220130-
CMYK0.1400.410.14
HSL80.67º56.25%68.63%-
HSV(B)80.67º40.91%86.27%-
XYZ50.6163.6230.73-
YUV200.4788.23119.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=35.06%
G=40.82%
B=24.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201300.1400.410.1480.6756.2568.63
HexBDDC82E029E513845
Octal275334202160511612170105
Binary10111101110111001000001011100101001111010100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC82; }

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

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

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

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

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

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

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

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