Html Css Color HEX #9EB31C Bahia

📋 copy color: '#9EB31C'

red 158 ◦ green 179 ◦ blue 28

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

Shades of Bahia #9EB31C

Tints of Bahia #9EB31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.04%

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 43.29%
G = 49.04%
B = 7.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#9EB31C (or 0x9EB31C) is known color: Bahia. HEX triplet: 9E, B3 and 1C. RGB value is (158,179,28). Sum of RGB (Red+Green+Blue) = 158+179+28=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB31C is #614CE3. Grayscale: #9C9C9C. Windows color (decimal): -6376676 or 1880990. OLE color: 1880990.

HSL color Cylindrical-coordinate representation of color #9EB31C: hue angle of 68.34º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EB31C is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 179 28 -
CMYK 0.12 0 0.84 0.30
HSL 68.34º 0.73% 0.41% -
HSV(B) 68.34º 0.84% 0.7% -
XYZ 30.43 39.59 7.14 -
YUV 155.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 158 179 28 0.12 0 0.84 0.30 68.34 0.73 0.41
Hex 9E B3 1C C 0 54 1E 44 49 29
Octal 236 263 34 14 0 124 36 104 111 51
Binary 10011110 10110011 11100 1100 0 1010100 11110 1000100 1001001 101001

Color Harmonies of #9EB31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB31C

Black with #9EB31C

Text Example


Text Example

White with #9EB31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,179,28); }

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

background-color css

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

 a { background-color: rgb(158,179,28); }

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

border-color css

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

 span { border-color: rgb(158,179,28); }

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