#BDE175

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

Shades of Sulu #BDE175

Tints of Sulu #BDE175

Color information

#BDE175 (or 0xBDE175) is unknown color: approx Sulu. HEX triplet: BD, E1 and 75. RGB value is (189,225,117). Sum of RGB (Red+Green+Blue) = 189+225+117=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE175 is #421E8A. Grayscale: #CACACA. Windows color (decimal): -4333195 or 7725501. OLE color: 7725501.

HSL color Cylindrical-coordinate representation of color #BDE175: hue angle of 80º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDE175 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB189225117-
CMYK0.1600.480.12
HSL80º64.29%67.06%-
HSV(B)80º48%88.24%-
XYZ51.1265.9526.87-
YUV201.9280.07118.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=35.59%
G=42.37%
B=22.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251170.1600.480.128064.2967.06
HexBDE17510030C504043
Octal2753411652006014120100103
Binary101111011110000111101011000001100001100101000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE175; }

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

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

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

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

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

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

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

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