Html Css Color HEX #9FBA29 Bahia

📋 copy color: '#9FBA29'

red 159 ◦ green 186 ◦ blue 41

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

Shades of Bahia #9FBA29

Tints of Bahia #9FBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

 BLUE value IS 41 (16.41% from 255) = 10.62%

R = 41.19%
G = 48.19%
B = 10.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#9FBA29 (or 0x9FBA29) is known color: Bahia. HEX triplet: 9F, BA and 29. RGB value is (159,186,41). Sum of RGB (Red+Green+Blue) = 159+186+41=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA29 is #6045D6. Grayscale: #A1A1A1. Windows color (decimal): -6309335 or 2734751. OLE color: 2734751.

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

Color convert

RGB 159 186 41 -
CMYK 0.15 0 0.78 0.27
HSL 71.17º 0.64% 0.45% -
HSV(B) 71.17º 0.78% 0.73% -
XYZ 32.26 42.65 8.63 -
YUV 161.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 159 186 41 0.15 0 0.78 0.27 71.17 0.64 0.45
Hex 9F BA 29 F 0 4E 1B 47 40 2D
Octal 237 272 51 17 0 116 33 107 100 55
Binary 10011111 10111010 101001 1111 0 1001110 11011 1000111 1000000 101101

Color Harmonies of #9FBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA29

Black with #9FBA29

Text Example


Text Example

White with #9FBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,41); }

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

background-color css

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

 a { background-color: rgb(159,186,41); }

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

border-color css

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

 span { border-color: rgb(159,186,41); }

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