Html Css Color HEX #9FB026 Bahia

📋 copy color: '#9FB026'

red 159 ◦ green 176 ◦ blue 38

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

Shades of Bahia #9FB026

Tints of Bahia #9FB026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 42.63%
G = 47.18%
B = 10.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#9FB026 (or 0x9FB026) is known color: Bahia. HEX triplet: 9F, B0 and 26. RGB value is (159,176,38). Sum of RGB (Red+Green+Blue) = 159+176+38=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB026 is #604FD9. Grayscale: #9B9B9B. Windows color (decimal): -6311898 or 2535583. OLE color: 2535583.

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

Color convert

RGB 159 176 38 -
CMYK 0.10 0 0.78 0.31
HSL 67.39º 0.64% 0.42% -
HSV(B) 67.39º 0.78% 0.69% -
XYZ 30.17 38.56 7.69 -
YUV 155.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 159 176 38 0.10 0 0.78 0.31 67.39 0.64 0.42
Hex 9F B0 26 A 0 4E 1F 43 40 2A
Octal 237 260 46 12 0 116 37 103 100 52
Binary 10011111 10110000 100110 1010 0 1001110 11111 1000011 1000000 101010

Color Harmonies of #9FB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB026

Black with #9FB026

Text Example


Text Example

White with #9FB026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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