#BDEC7A

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

Shades of Sulu #BDEC7A

Tints of Sulu #BDEC7A

Color information

#BDEC7A (or 0xBDEC7A) is unknown color: approx Sulu. HEX triplet: BD, EC and 7A. RGB value is (189,236,122). Sum of RGB (Red+Green+Blue) = 189+236+122=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC7A is #421385. Grayscale: #D1D1D1. Windows color (decimal): -4330374 or 8055997. OLE color: 8055997.

HSL color Cylindrical-coordinate representation of color #BDEC7A: hue angle of 84.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDEC7A is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB189236122-
CMYK0.2000.480.07
HSL84.74º75%70.2%-
HSV(B)84.74º48.31%92.55%-
XYZ54.4972.2129.48-
YUV208.9578.93113.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 122 (48.05% from 255) = 22.30%
R=34.55%
G=43.14%
B=22.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361220.2000.480.0784.747570.2
HexBDEC7A140307554b46
Octal275354172240607125113106
Binary10111101111011001111010101000110000111101010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEC7A; }

 p { color: rgb(189,236,122); }

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

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

 a { background-color: rgb(189,236,122); }

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

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

 span { border-color: rgb(189,236,122); }

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