Html Css Color HEX #B2FA6A Sulu

📋 copy color: '#B2FA6A'

red 178 ◦ green 250 ◦ blue 106

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

Shades of Sulu #B2FA6A

Tints of Sulu #B2FA6A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.82%

 BLUE value IS 106 (41.8% from 255) = 19.85%

R = 33.33%
G = 46.82%
B = 19.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#B2FA6A (or 0xB2FA6A) is known color: Sulu. HEX triplet: B2, FA and 6A. RGB value is (178,250,106). Sum of RGB (Red+Green+Blue) = 178+250+106=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA6A is #4D0595. Grayscale: #D4D4D4. Windows color (decimal): -5047702 or 7010994. OLE color: 7010994.

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

Color convert

RGB 178 250 106 -
CMYK 0.29 0 0.58 0.02
HSL 90º 0.94% 0.7% -
HSV(B) 90º 0.58% 0.98% -
XYZ 55.15 78.88 25.95 -
YUV 212.06 68.15 103.71 -
System Red Green Blue C M Y K H S L
Decimal 178 250 106 0.29 0 0.58 0.02 90 0.94 0.7
Hex B2 FA 6A 1D 0 3A 2 5A 5E 46
Octal 262 372 152 35 0 72 2 132 136 106
Binary 10110010 11111010 1101010 11101 0 111010 10 1011010 1011110 1000110

Color Harmonies of #B2FA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA6A

Black with #B2FA6A

Text Example


Text Example

White with #B2FA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA6A; }

 p { color: rgb(178,250,106); }

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

background-color css

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

 a { background-color: rgb(178,250,106); }

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

border-color css

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

 span { border-color: rgb(178,250,106); }

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