#BDDB75

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

Shades of Sulu #BDDB75

Tints of Sulu #BDDB75

Color information

#BDDB75 (or 0xBDDB75) is unknown color: approx Sulu. HEX triplet: BD, DB and 75. RGB value is (189,219,117). Sum of RGB (Red+Green+Blue) = 189+219+117=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB75 is #42248A. Grayscale: #C6C6C6. Windows color (decimal): -4334731 or 7723965. OLE color: 7723965.

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

Color convert

RGB189219117-
CMYK0.1400.470.14
HSL77.65º58.62%65.88%-
HSV(B)77.65º46.58%85.88%-
XYZ49.5362.7726.33-
YUV198.482.06121.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=36%
G=41.71%
B=22.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191170.1400.470.1477.6558.6265.88
HexBDDB75E02FE4e3b42
Octal275333165160571611673102
Binary1011110111011011111010111100101111111010011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB75; }

 p { color: rgb(189,219,117); }

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

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

 a { background-color: rgb(189,219,117); }

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

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

 span { border-color: rgb(189,219,117); }

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