#9EB821

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

Shades of Bahia #9EB821

Tints of Bahia #9EB821

Color information

#9EB821 (or 0x9EB821) is unknown color: approx Bahia. HEX triplet: 9E, B8 and 21. RGB value is (158,184,33). Sum of RGB (Red+Green+Blue) = 158+184+33=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB821 is #6147DE. Grayscale: #9F9F9F. Windows color (decimal): -6375391 or 2209950. OLE color: 2209950.

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

Color convert

RGB15818433-
CMYK0.1400.820.28
HSL70.33º69.59%42.55%-
HSV(B)70.33º82.07%72.16%-
XYZ31.5241.667.82-
YUV159.0156.89127.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 33 (13.28% from 255) = 8.8%
R=42.13%
G=49.07%
B=8.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158184330.1400.820.2870.3369.5942.55
Hex9EB821E0521C46462b
Octal236270411601223410610653
Binary10011110101110001000011110010100101110010001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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