#9EBD21

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

Shades of Bahia #9EBD21

Tints of Bahia #9EBD21

Color information

#9EBD21 (or 0x9EBD21) is unknown color: approx Bahia. HEX triplet: 9E, BD and 21. RGB value is (158,189,33). Sum of RGB (Red+Green+Blue) = 158+189+33=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD21 is #6142DE. Grayscale: #A2A2A2. Windows color (decimal): -6374111 or 2211230. OLE color: 2211230.

HSL color Cylindrical-coordinate representation of color #9EBD21: hue angle of 71.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EBD21 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB15818933-
CMYK0.1600.830.26
HSL71.92º70.27%43.53%-
HSV(B)71.92º82.54%74.12%-
XYZ32.5743.778.17-
YUV161.9555.23125.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 33 (13.28% from 255) = 8.68%
R=41.58%
G=49.74%
B=8.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158189330.1600.830.2671.9270.2743.53
Hex9EBD21100531A48462c
Octal236275412001233211010654
Binary100111101011110110000110000010100111101010010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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