#BDD975

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

Shades of Sulu #BDD975

Tints of Sulu #BDD975

Color information

#BDD975 (or 0xBDD975) is unknown color: approx Sulu. HEX triplet: BD, D9 and 75. RGB value is (189,217,117). Sum of RGB (Red+Green+Blue) = 189+217+117=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD975 is #42268A. Grayscale: #C5C5C5. Windows color (decimal): -4335243 or 7723453. OLE color: 7723453.

HSL color Cylindrical-coordinate representation of color #BDD975: hue angle of 76.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD975 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB189217117-
CMYK0.1300.460.15
HSL76.8º56.82%65.49%-
HSV(B)76.8º46.08%85.1%-
XYZ49.0161.7326.16-
YUV197.2382.72122.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=36.14%
G=41.49%
B=22.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171170.1300.460.1576.856.8265.49
HexBDD975D02EF4d3941
Octal275331165150561711571101
Binary1011110111011001111010111010101110111110011011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD975; }

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

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

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

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

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

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

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

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