Html Css Color HEX #9EC321 Bahia

📋 copy color: '#9EC321'

red 158 ◦ green 195 ◦ blue 33

#9EC321
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9EC321

Tints of Bahia #9EC321

RGB

 RED value IS 158 (62.11% from 255) = 40.93%

 GREEN value IS 195 (76.56% from 255) = 50.52%

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 40.93%
G = 50.52%
B = 8.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#9EC321 (or 0x9EC321) is known color: Bahia. HEX triplet: 9E, C3 and 21. RGB value is (158,195,33). Sum of RGB (Red+Green+Blue) = 158+195+33=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC321 is #613CDE. Grayscale: #A6A6A6. Windows color (decimal): -6372575 or 2212766. OLE color: 2212766.

HSL color Cylindrical-coordinate representation of color #9EC321: hue angle of 73.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EC321 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 33 -
CMYK 0.19 0 0.83 0.24
HSL 73.7º 0.71% 0.45% -
HSV(B) 73.7º 0.83% 0.76% -
XYZ 33.89 46.41 8.61 -
YUV 165.47 53.24 122.67 -
System Red Green Blue C M Y K H S L
Decimal 158 195 33 0.19 0 0.83 0.24 73.7 0.71 0.45
Hex 9E C3 21 13 0 53 18 4A 47 2D
Octal 236 303 41 23 0 123 30 112 107 55
Binary 10011110 11000011 100001 10011 0 1010011 11000 1001010 1000111 101101

Color Harmonies of #9EC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC321

Black with #9EC321

Text Example


Text Example

White with #9EC321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC321;
 }
 .AnyTagClassName
 {
   color: #9EC321;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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