Html Css Color HEX #B9FA6B Sulu

📋 copy color: '#B9FA6B'

red 185 ◦ green 250 ◦ blue 107

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

Shades of Sulu #B9FA6B

Tints of Sulu #B9FA6B

RGB

 RED value IS 185 (72.66% from 255) = 34.13%

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

 BLUE value IS 107 (42.19% from 255) = 19.74%

R = 34.13%
G = 46.13%
B = 19.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#B9FA6B (or 0xB9FA6B) is known color: Sulu. HEX triplet: B9, FA and 6B. RGB value is (185,250,107). Sum of RGB (Red+Green+Blue) = 185+250+107=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA6B is #460594. Grayscale: #D6D6D6. Windows color (decimal): -4588949 or 7076537. OLE color: 7076537.

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

Color convert

RGB 185 250 107 -
CMYK 0.26 0 0.57 0.02
HSL 87.27º 0.93% 0.7% -
HSV(B) 87.27º 0.57% 0.98% -
XYZ 56.85 79.75 26.31 -
YUV 214.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 185 250 107 0.26 0 0.57 0.02 87.27 0.93 0.7
Hex B9 FA 6B 1A 0 39 2 57 5D 46
Octal 271 372 153 32 0 71 2 127 135 106
Binary 10111001 11111010 1101011 11010 0 111001 10 1010111 1011101 1000110

Color Harmonies of #B9FA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FA6B

Black with #B9FA6B

Text Example


Text Example

White with #B9FA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FA6B; }

 p { color: rgb(185,250,107); }

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

background-color css

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

 a { background-color: rgb(185,250,107); }

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

border-color css

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

 span { border-color: rgb(185,250,107); }

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