#B6DA7E

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

Shades of Sulu #B6DA7E

Tints of Sulu #B6DA7E

Color information

#B6DA7E (or 0xB6DA7E) is unknown color: approx Sulu. HEX triplet: B6, DA and 7E. RGB value is (182,218,126). Sum of RGB (Red+Green+Blue) = 182+218+126=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DA7E is #492581. Grayscale: #C5C5C5. Windows color (decimal): -4793730 or 8313526. OLE color: 8313526.

HSL color Cylindrical-coordinate representation of color #B6DA7E: hue angle of 83.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6DA7E is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB182218126-
CMYK0.1700.420.15
HSL83.48º55.42%67.45%-
HSV(B)83.48º42.2%85.49%-
XYZ48.1361.5929.09-
YUV196.7588.07117.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=34.60%
G=41.44%
B=23.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822181260.1700.420.1583.4855.4267.45
HexB6DA7E1102AF533743
Octal266332176210521712367103
Binary10110110110110101111110100010101010111110100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA7E; }

 p { color: rgb(182,218,126); }

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

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

 a { background-color: rgb(182,218,126); }

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

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

 span { border-color: rgb(182,218,126); }

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