#9EB829

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

Shades of Bahia #9EB829

Tints of Bahia #9EB829

Color information

#9EB829 (or 0x9EB829) is unknown color: approx Bahia. HEX triplet: 9E, B8 and 29. RGB value is (158,184,41). Sum of RGB (Red+Green+Blue) = 158+184+41=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB829 is #6147D6. Grayscale: #A0A0A0. Windows color (decimal): -6375383 or 2734238. OLE color: 2734238.

HSL color Cylindrical-coordinate representation of color #9EB829: hue angle of 70.91º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EB829 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB15818441-
CMYK0.1400.780.28
HSL70.91º63.56%44.12%-
HSV(B)70.91º77.72%72.16%-
XYZ31.6441.718.48-
YUV159.9260.89126.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 41 (16.41% from 255) = 10.70%
R=41.25%
G=48.04%
B=10.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158184410.1400.780.2870.9163.5644.12
Hex9EB829E04E1C47402c
Octal236270511601163410710054
Binary10011110101110001010011110010011101110010001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,184,41); }

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

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

 a { background-color: rgb(158,184,41); }

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

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

 span { border-color: rgb(158,184,41); }

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