#B3F96A

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

Shades of Sulu #B3F96A

Tints of Sulu #B3F96A

Color information

#B3F96A (or 0xB3F96A) is unknown color: approx Sulu. HEX triplet: B3, F9 and 6A. RGB value is (179,249,106). Sum of RGB (Red+Green+Blue) = 179+249+106=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F96A is #4C0695. Grayscale: #D4D4D4. Windows color (decimal): -4982422 or 7010739. OLE color: 7010739.

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

Color convert

RGB179249106-
CMYK0.2800.570.02
HSL89.37º92.26%69.61%-
HSV(B)89.37º57.43%97.65%-
XYZ55.0778.3825.86-
YUV211.7768.31104.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 249 (97.66% from 255) = 46.63%
BLUE value IS 106 (41.80% from 255) = 19.85%
R=33.52%
G=46.63%
B=19.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491060.2800.570.0289.3792.2669.61
HexB3F96A1C0392595c46
Octal263371152340712131134106
Binary1011001111111001110101011100011100110101100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F96A; }

 p { color: rgb(179,249,106); }

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

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

 a { background-color: rgb(179,249,106); }

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

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

 span { border-color: rgb(179,249,106); }

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