Html Css Color HEX #9FB81B Bahia

📋 copy color: '#9FB81B'

red 159 ◦ green 184 ◦ blue 27

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

Shades of Bahia #9FB81B

Tints of Bahia #9FB81B

RGB

 RED value IS 159 (62.5% from 255) = 42.97%

 GREEN value IS 184 (72.27% from 255) = 49.73%

 BLUE value IS 27 (10.94% from 255) = 7.3%

R = 42.97%
G = 49.73%
B = 7.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#9FB81B (or 0x9FB81B) is known color: Bahia. HEX triplet: 9F, B8 and 1B. RGB value is (159,184,27). Sum of RGB (Red+Green+Blue) = 159+184+27=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB81B is #6047E4. Grayscale: #9F9F9F. Windows color (decimal): -6309861 or 1816735. OLE color: 1816735.

HSL color Cylindrical-coordinate representation of color #9FB81B: hue angle of 69.55º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FB81B is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 184 27 -
CMYK 0.14 0 0.85 0.28
HSL 69.55º 0.74% 0.41% -
HSV(B) 69.55º 0.85% 0.72% -
XYZ 31.64 41.73 7.42 -
YUV 158.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 159 184 27 0.14 0 0.85 0.28 69.55 0.74 0.41
Hex 9F B8 1B E 0 55 1C 46 4A 29
Octal 237 270 33 16 0 125 34 106 112 51
Binary 10011111 10111000 11011 1110 0 1010101 11100 1000110 1001010 101001

Color Harmonies of #9FB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB81B

Black with #9FB81B

Text Example


Text Example

White with #9FB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FB81B; }

 p { color: rgb(159,184,27); }

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

background-color css

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

 a { background-color: rgb(159,184,27); }

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

border-color css

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

 span { border-color: rgb(159,184,27); }

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