#B6F969

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

Shades of Sulu #B6F969

Tints of Sulu #B6F969

Color information

#B6F969 (or 0xB6F969) is unknown color: approx Sulu. HEX triplet: B6, F9 and 69. RGB value is (182,249,105). Sum of RGB (Red+Green+Blue) = 182+249+105=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F969 is #490696. Grayscale: #D5D5D5. Windows color (decimal): -4785815 or 6945206. OLE color: 6945206.

HSL color Cylindrical-coordinate representation of color #B6F969: hue angle of 87.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6F969 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB182249105-
CMYK0.2700.580.02
HSL87.92º92.31%69.41%-
HSV(B)87.92º57.83%97.65%-
XYZ55.7278.7225.62-
YUV212.5567.3106.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=33.96%
G=46.46%
B=19.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822491050.2700.580.0287.9292.3169.41
HexB6F9691B03A2585c45
Octal266371151330722130134105
Binary1011011011111001110100111011011101010101100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F969; }

 p { color: rgb(182,249,105); }

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

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

 a { background-color: rgb(182,249,105); }

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

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

 span { border-color: rgb(182,249,105); }

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