#BDDE7C

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

Shades of Sulu #BDDE7C

Tints of Sulu #BDDE7C

Color information

#BDDE7C (or 0xBDDE7C) is unknown color: approx Sulu. HEX triplet: BD, DE and 7C. RGB value is (189,222,124). Sum of RGB (Red+Green+Blue) = 189+222+124=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE7C is #422183. Grayscale: #C9C9C9. Windows color (decimal): -4333956 or 8183485. OLE color: 8183485.

HSL color Cylindrical-coordinate representation of color #BDDE7C: hue angle of 80.2º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDE7C is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB189222124-
CMYK0.1500.440.13
HSL80.2º59.76%67.84%-
HSV(B)80.2º44.14%87.06%-
XYZ50.7564.5228.85-
YUV200.9684.57119.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=35.33%
G=41.50%
B=23.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221240.1500.440.1380.259.7667.84
HexBDDE7CF02CD503c44
Octal275336174170541512074104
Binary1011110111011110111110011110101100110110100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE7C; }

 p { color: rgb(189,222,124); }

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

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

 a { background-color: rgb(189,222,124); }

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

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

 span { border-color: rgb(189,222,124); }

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