#B6DD7A

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

Shades of Sulu #B6DD7A

Tints of Sulu #B6DD7A

Color information

#B6DD7A (or 0xB6DD7A) is unknown color: approx Sulu. HEX triplet: B6, DD and 7A. RGB value is (182,221,122). Sum of RGB (Red+Green+Blue) = 182+221+122=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD7A is #492285. Grayscale: #C6C6C6. Windows color (decimal): -4792966 or 8052150. OLE color: 8052150.

HSL color Cylindrical-coordinate representation of color #B6DD7A: hue angle of 83.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6DD7A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB182221122-
CMYK0.1800.450.13
HSL83.64º59.28%67.25%-
HSV(B)83.64º44.8%86.67%-
XYZ48.6663.0628.02-
YUV198.0585.08116.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=34.67%
G=42.10%
B=23.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211220.1800.450.1383.6459.2867.25
HexB6DD7A1202DD543b43
Octal266335172220551512473103
Binary10110110110111011111010100100101101110110101001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DD7A; }

 p { color: rgb(182,221,122); }

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

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

 a { background-color: rgb(182,221,122); }

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

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

 span { border-color: rgb(182,221,122); }

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