Html Css Color HEX #9EBC1A Bahia

📋 copy color: '#9EBC1A'

red 158 ◦ green 188 ◦ blue 26

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

Shades of Bahia #9EBC1A

Tints of Bahia #9EBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 42.47%
G = 50.54%
B = 6.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#9EBC1A (or 0x9EBC1A) is known color: Bahia. HEX triplet: 9E, BC and 1A. RGB value is (158,188,26). Sum of RGB (Red+Green+Blue) = 158+188+26=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBC1A is #6143E5. Grayscale: #A1A1A1. Windows color (decimal): -6374374 or 1752222. OLE color: 1752222.

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

Color convert

RGB 158 188 26 -
CMYK 0.16 0 0.86 0.26
HSL 71.11º 0.76% 0.42% -
HSV(B) 71.11º 0.86% 0.74% -
XYZ 32.27 43.31 7.64 -
YUV 160.56 52.06 126.17 -
System Red Green Blue C M Y K H S L
Decimal 158 188 26 0.16 0 0.86 0.26 71.11 0.76 0.42
Hex 9E BC 1A 10 0 56 1A 47 4C 2A
Octal 236 274 32 20 0 126 32 107 114 52
Binary 10011110 10111100 11010 10000 0 1010110 11010 1000111 1001100 101010

Color Harmonies of #9EBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC1A

Black with #9EBC1A

Text Example


Text Example

White with #9EBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,188,26); }

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

background-color css

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

 a { background-color: rgb(158,188,26); }

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

border-color css

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

 span { border-color: rgb(158,188,26); }

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