Html Css Color HEX #9AB71F Bahia

📋 copy color: '#9AB71F'

red 154 ◦ green 183 ◦ blue 31

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

Shades of Bahia #9AB71F

Tints of Bahia #9AB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

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

R = 41.85%
G = 49.73%
B = 8.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#9AB71F (or 0x9AB71F) is known color: Bahia. HEX triplet: 9A, B7 and 1F. RGB value is (154,183,31). Sum of RGB (Red+Green+Blue) = 154+183+31=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB71F is #6548E0. Grayscale: #9D9D9D. Windows color (decimal): -6637793 or 2078618. OLE color: 2078618.

HSL color Cylindrical-coordinate representation of color #9AB71F: hue angle of 71.45º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AB71F is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 31 -
CMYK 0.16 0 0.83 0.28
HSL 71.45º 0.71% 0.42% -
HSV(B) 71.45º 0.83% 0.72% -
XYZ 30.51 40.84 7.57 -
YUV 157 56.89 125.86 -
System Red Green Blue C M Y K H S L
Decimal 154 183 31 0.16 0 0.83 0.28 71.45 0.71 0.42
Hex 9A B7 1F 10 0 53 1C 47 47 2A
Octal 232 267 37 20 0 123 34 107 107 52
Binary 10011010 10110111 11111 10000 0 1010011 11100 1000111 1000111 101010

Color Harmonies of #9AB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB71F

Black with #9AB71F

Text Example


Text Example

White with #9AB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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