#b2f969

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

Shades of Sulu #B2F969

Tints of Sulu #B2F969

Color information

#B2F969 (or 0xB2F969) is unknown color: approx Sulu. HEX triplet: B2, F9 and 69. RGB value is (178,249,105). Sum of RGB (Red+Green+Blue) = 178+249+105=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F969 is #4D0696. Grayscale: #D3D3D3. Windows color (decimal): -5047959 or 6945202. OLE color: 6945202.

HSL color Cylindrical-coordinate representation of color #B2F969: hue angle of 89.58º 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 #B2F969 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB178249105-
CMYK0.2900.580.02
HSL89.58º92.31%69.41%-
HSV(B)89.58º57.83%97.65%-
XYZ54.7978.2425.58-
YUV211.3667.98104.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 249 (97.66% from 255) = 46.80%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=33.46%
G=46.80%
B=19.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782491050.2900.580.0289.5892.3169.41
HexB2F9691D03A25a5c45
Octal262371151350722132134105
Binary1011001011111001110100111101011101010101101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2f969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2f969; }

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

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

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

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

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

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

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

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