Html Css Color HEX #9EB92A Bahia

📋 copy color: '#9EB92A'

red 158 ◦ green 185 ◦ blue 42

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

Shades of Bahia #9EB92A

Tints of Bahia #9EB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.05%

 BLUE value IS 42 (16.8% from 255) = 10.91%

R = 41.04%
G = 48.05%
B = 10.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#9EB92A (or 0x9EB92A) is known color: Bahia. HEX triplet: 9E, B9 and 2A. RGB value is (158,185,42). Sum of RGB (Red+Green+Blue) = 158+185+42=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB92A is #6146D5. Grayscale: #A1A1A1. Windows color (decimal): -6375126 or 2800030. OLE color: 2800030.

HSL color Cylindrical-coordinate representation of color #9EB92A: hue angle of 71.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9EB92A is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 185 42 -
CMYK 0.15 0 0.77 0.27
HSL 71.33º 0.63% 0.45% -
HSV(B) 71.33º 0.77% 0.73% -
XYZ 31.87 42.13 8.64 -
YUV 160.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 158 185 42 0.15 0 0.77 0.27 71.33 0.63 0.45
Hex 9E B9 2A F 0 4D 1B 47 3F 2D
Octal 236 271 52 17 0 115 33 107 77 55
Binary 10011110 10111001 101010 1111 0 1001101 11011 1000111 111111 101101

Color Harmonies of #9EB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB92A

Black with #9EB92A

Text Example


Text Example

White with #9EB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,185,42); }

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

background-color css

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

 a { background-color: rgb(158,185,42); }

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

border-color css

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

 span { border-color: rgb(158,185,42); }

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