Html Css Color HEX #9FBE1A Bahia

📋 copy color: '#9FBE1A'

red 159 ◦ green 190 ◦ blue 26

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

Shades of Bahia #9FBE1A

Tints of Bahia #9FBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.67%

 BLUE value IS 26 (10.55% from 255) = 6.93%

R = 42.4%
G = 50.67%
B = 6.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#9FBE1A (or 0x9FBE1A) is known color: Bahia. HEX triplet: 9F, BE and 1A. RGB value is (159,190,26). Sum of RGB (Red+Green+Blue) = 159+190+26=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE1A is #6041E5. Grayscale: #A2A2A2. Windows color (decimal): -6308326 or 1752735. OLE color: 1752735.

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

Color convert

RGB 159 190 26 -
CMYK 0.16 0 0.86 0.25
HSL 71.34º 0.76% 0.42% -
HSV(B) 71.34º 0.86% 0.75% -
XYZ 32.9 44.27 7.79 -
YUV 162.04 51.23 125.84 -
System Red Green Blue C M Y K H S L
Decimal 159 190 26 0.16 0 0.86 0.25 71.34 0.76 0.42
Hex 9F BE 1A 10 0 56 19 47 4C 2A
Octal 237 276 32 20 0 126 31 107 114 52
Binary 10011111 10111110 11010 10000 0 1010110 11001 1000111 1001100 101010

Color Harmonies of #9FBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE1A

Black with #9FBE1A

Text Example


Text Example

White with #9FBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,190,26); }

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

background-color css

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

 a { background-color: rgb(159,190,26); }

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

border-color css

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

 span { border-color: rgb(159,190,26); }

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