Html Css Color HEX #B2F886 Sulu

📋 copy color: '#B2F886'

red 178 ◦ green 248 ◦ blue 134

#B2F886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B2F886

Tints of Sulu #B2F886

RGB

 RED value IS 178 (69.92% from 255) = 31.79%

 GREEN value IS 248 (97.27% from 255) = 44.29%

 BLUE value IS 134 (52.73% from 255) = 23.93%

R = 31.79%
G = 44.29%
B = 23.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#B2F886 (or 0xB2F886) is known color: Sulu. HEX triplet: B2, F8 and 86. RGB value is (178,248,134). Sum of RGB (Red+Green+Blue) = 178+248+134=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F886 is #4D0779. Grayscale: #D6D6D6. Windows color (decimal): -5048186 or 8845490. OLE color: 8845490.

HSL color Cylindrical-coordinate representation of color #B2F886: hue angle of 96.84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2F886 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 248 134 -
CMYK 0.28 0 0.46 0.03
HSL 96.84º 0.89% 0.75% -
HSV(B) 96.84º 0.46% 0.97% -
XYZ 56.23 78.32 34.71 -
YUV 214.07 82.81 102.27 -
System Red Green Blue C M Y K H S L
Decimal 178 248 134 0.28 0 0.46 0.03 96.84 0.89 0.75
Hex B2 F8 86 1C 0 2E 3 61 59 4B
Octal 262 370 206 34 0 56 3 141 131 113
Binary 10110010 11111000 10000110 11100 0 101110 11 1100001 1011001 1001011

Color Harmonies of #B2F886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F886

Black with #B2F886

Text Example


Text Example

White with #B2F886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F886; }

 p { color: rgb(178,248,134); }

 H1.HeaderClassName
 {
   color: #B2F886;
 }
 .AnyTagClassName
 {
   color: #B2F886;
 }
</style>

background-color css

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

 a { background-color: rgb(178,248,134); }

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

border-color css

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

 span { border-color: rgb(178,248,134); }

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