#9FAD27

Color #9FAD27 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9FAD27

Tints of Bahia #9FAD27

Color information

#9FAD27 (or 0x9FAD27) is unknown color: approx Bahia. HEX triplet: 9F, AD and 27. RGB value is (159,173,39). Sum of RGB (Red+Green+Blue) = 159+173+39=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD27 is #6052D8. Grayscale: #9A9A9A. Windows color (decimal): -6312665 or 2600351. OLE color: 2600351.

HSL color Cylindrical-coordinate representation of color #9FAD27: hue angle of 66.27º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FAD27 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB15917339-
CMYK0.0800.770.32
HSL66.27º63.21%41.57%-
HSV(B)66.27º77.46%67.84%-
XYZ29.6137.47.58-
YUV153.5463.36131.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=42.86%
G=46.63%
B=10.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159173390.0800.770.3266.2763.2141.57
Hex9FAD27804D20423f2a
Octal23725547100115401027752
Binary10011111101011011001111000010011011000001000010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,173,39); }

 H1.HeaderClassName
 {
   color: #9FAD27;
 }
 .AnyTagClassName
 {
   color: #9FAD27;
 }
</style>
background-color css

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

 a { background-color: rgb(159,173,39); }

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

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

 span { border-color: rgb(159,173,39); }

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