#9EB630

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

Shades of Bahia #9EB630

Tints of Bahia #9EB630

Color information

#9EB630 (or 0x9EB630) is unknown color: approx Bahia. HEX triplet: 9E, B6 and 30. RGB value is (158,182,48). Sum of RGB (Red+Green+Blue) = 158+182+48=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB630 is #6149CF. Grayscale: #A0A0A0. Windows color (decimal): -6375888 or 3192478. OLE color: 3192478.

HSL color Cylindrical-coordinate representation of color #9EB630: hue angle of 70.75º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EB630 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB15818248-
CMYK0.1300.740.29
HSL70.75º58.26%45.1%-
HSV(B)70.75º73.63%71.37%-
XYZ31.3640.949.05-
YUV159.5565.05126.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.72%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 48 (19.14% from 255) = 12.37%
R=40.72%
G=46.91%
B=12.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158182480.1300.740.2970.7558.2645.1
Hex9EB630D04A1D473a2d
Octal23626660150112351077255
Binary1001111010110110110000110101001010111011000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,182,48); }

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

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

 a { background-color: rgb(158,182,48); }

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

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

 span { border-color: rgb(158,182,48); }

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