Html Css Color HEX #9AB31F Bahia

📋 copy color: '#9AB31F'

red 154 ◦ green 179 ◦ blue 31

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

Shades of Bahia #9AB31F

Tints of Bahia #9AB31F

RGB

 RED value IS 154 (60.55% from 255) = 42.31%

 GREEN value IS 179 (70.31% from 255) = 49.18%

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 42.31%
G = 49.18%
B = 8.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#9AB31F (or 0x9AB31F) is known color: Bahia. HEX triplet: 9A, B3 and 1F. RGB value is (154,179,31). Sum of RGB (Red+Green+Blue) = 154+179+31=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB31F is #654CE0. Grayscale: #9B9B9B. Windows color (decimal): -6638817 or 2077594. OLE color: 2077594.

HSL color Cylindrical-coordinate representation of color #9AB31F: hue angle of 70.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AB31F is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 31 -
CMYK 0.14 0 0.83 0.30
HSL 70.14º 0.7% 0.41% -
HSV(B) 70.14º 0.83% 0.7% -
XYZ 29.69 39.21 7.3 -
YUV 154.65 58.22 127.53 -
System Red Green Blue C M Y K H S L
Decimal 154 179 31 0.14 0 0.83 0.30 70.14 0.7 0.41
Hex 9A B3 1F E 0 53 1E 46 46 29
Octal 232 263 37 16 0 123 36 106 106 51
Binary 10011010 10110011 11111 1110 0 1010011 11110 1000110 1000110 101001

Color Harmonies of #9AB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB31F

Black with #9AB31F

Text Example


Text Example

White with #9AB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,31); }

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

background-color css

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

 a { background-color: rgb(154,179,31); }

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

border-color css

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

 span { border-color: rgb(154,179,31); }

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