Html Css Color HEX #9FBB1B Bahia

📋 copy color: '#9FBB1B'

red 159 ◦ green 187 ◦ blue 27

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

Shades of Bahia #9FBB1B

Tints of Bahia #9FBB1B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.13%

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

R = 42.63%
G = 50.13%
B = 7.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#9FBB1B (or 0x9FBB1B) is known color: Bahia. HEX triplet: 9F, BB and 1B. RGB value is (159,187,27). Sum of RGB (Red+Green+Blue) = 159+187+27=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBB1B is #6044E4. Grayscale: #A1A1A1. Windows color (decimal): -6309093 or 1817503. OLE color: 1817503.

HSL color Cylindrical-coordinate representation of color #9FBB1B: hue angle of 70.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FBB1B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 27 -
CMYK 0.15 0 0.86 0.27
HSL 70.5º 0.75% 0.42% -
HSV(B) 70.5º 0.86% 0.73% -
XYZ 32.27 42.99 7.63 -
YUV 160.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 159 187 27 0.15 0 0.86 0.27 70.5 0.75 0.42
Hex 9F BB 1B F 0 56 1B 46 4B 2A
Octal 237 273 33 17 0 126 33 106 113 52
Binary 10011111 10111011 11011 1111 0 1010110 11011 1000110 1001011 101010

Color Harmonies of #9FBB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB1B

Black with #9FBB1B

Text Example


Text Example

White with #9FBB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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