Html Css Color HEX #9EB92C Bahia

📋 copy color: '#9EB92C'

red 158 ◦ green 185 ◦ blue 44

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

Shades of Bahia #9EB92C

Tints of Bahia #9EB92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 40.83%
G = 47.8%
B = 11.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#9EB92C (or 0x9EB92C) is known color: Bahia. HEX triplet: 9E, B9 and 2C. RGB value is (158,185,44). Sum of RGB (Red+Green+Blue) = 158+185+44=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB92C is #6146D3. Grayscale: #A1A1A1. Windows color (decimal): -6375124 or 2931102. OLE color: 2931102.

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

Color convert

RGB 158 185 44 -
CMYK 0.15 0 0.76 0.27
HSL 71.49º 0.62% 0.45% -
HSV(B) 71.49º 0.76% 0.73% -
XYZ 31.9 42.15 8.84 -
YUV 160.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 158 185 44 0.15 0 0.76 0.27 71.49 0.62 0.45
Hex 9E B9 2C F 0 4C 1B 47 3E 2D
Octal 236 271 54 17 0 114 33 107 76 55
Binary 10011110 10111001 101100 1111 0 1001100 11011 1000111 111110 101101

Color Harmonies of #9EB92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB92C

Black with #9EB92C

Text Example


Text Example

White with #9EB92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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