Html Css Color HEX #B8FA6A Sulu

📋 copy color: '#B8FA6A'

red 184 ◦ green 250 ◦ blue 106

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

Shades of Sulu #B8FA6A

Tints of Sulu #B8FA6A

RGB

 RED value IS 184 (72.27% from 255) = 34.07%

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

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

R = 34.07%
G = 46.3%
B = 19.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#B8FA6A (or 0xB8FA6A) is known color: Sulu. HEX triplet: B8, FA and 6A. RGB value is (184,250,106). Sum of RGB (Red+Green+Blue) = 184+250+106=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA6A is #470595. Grayscale: #D6D6D6. Windows color (decimal): -4654486 or 7011000. OLE color: 7011000.

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

Color convert

RGB 184 250 106 -
CMYK 0.26 0 0.58 0.02
HSL 87.5º 0.94% 0.7% -
HSV(B) 87.5º 0.58% 0.98% -
XYZ 56.55 79.6 26.02 -
YUV 213.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 184 250 106 0.26 0 0.58 0.02 87.5 0.94 0.7
Hex B8 FA 6A 1A 0 3A 2 57 5E 46
Octal 270 372 152 32 0 72 2 127 136 106
Binary 10111000 11111010 1101010 11010 0 111010 10 1010111 1011110 1000110

Color Harmonies of #B8FA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FA6A

Black with #B8FA6A

Text Example


Text Example

White with #B8FA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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