#9FBA23

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

Shades of Bahia #9FBA23

Tints of Bahia #9FBA23

Color information

#9FBA23 (or 0x9FBA23) is unknown color: approx Bahia. HEX triplet: 9F, BA and 23. RGB value is (159,186,35). Sum of RGB (Red+Green+Blue) = 159+186+35=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA23 is #6045DC. Grayscale: #A1A1A1. Windows color (decimal): -6309341 or 2341535. OLE color: 2341535.

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

Color convert

RGB15918635-
CMYK0.1500.810.27
HSL70.73º68.33%43.33%-
HSV(B)70.73º81.18%72.94%-
XYZ32.1642.618.12-
YUV160.7157.05126.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.84%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 35 (14.06% from 255) = 9.21%
R=41.84%
G=48.95%
B=9.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159186350.1500.810.2770.7368.3343.33
Hex9FBA23F0511B47442b
Octal237272431701213310710453
Binary10011111101110101000111111010100011101110001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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