Html Css Color HEX #9FB029 Bahia

📋 copy color: '#9FB029'

red 159 ◦ green 176 ◦ blue 41

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

Shades of Bahia #9FB029

Tints of Bahia #9FB029

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

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

R = 42.29%
G = 46.81%
B = 10.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#9FB029 (or 0x9FB029) is known color: Bahia. HEX triplet: 9F, B0 and 29. RGB value is (159,176,41). Sum of RGB (Red+Green+Blue) = 159+176+41=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB029 is #604FD6. Grayscale: #9C9C9C. Windows color (decimal): -6311895 or 2732191. OLE color: 2732191.

HSL color Cylindrical-coordinate representation of color #9FB029: hue angle of 67.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FB029 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 41 -
CMYK 0.10 0 0.77 0.31
HSL 67.56º 0.62% 0.43% -
HSV(B) 67.56º 0.77% 0.69% -
XYZ 30.22 38.58 7.95 -
YUV 155.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 159 176 41 0.10 0 0.77 0.31 67.56 0.62 0.43
Hex 9F B0 29 A 0 4D 1F 44 3E 2B
Octal 237 260 51 12 0 115 37 104 76 53
Binary 10011111 10110000 101001 1010 0 1001101 11111 1000100 111110 101011

Color Harmonies of #9FB029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB029

Black with #9FB029

Text Example


Text Example

White with #9FB029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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