Html Css Color HEX #9EBA27 Bahia

📋 copy color: '#9EBA27'

red 158 ◦ green 186 ◦ blue 39

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

Shades of Bahia #9EBA27

Tints of Bahia #9EBA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 39 (15.63% from 255) = 10.18%

R = 41.25%
G = 48.56%
B = 10.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#9EBA27 (or 0x9EBA27) is known color: Bahia. HEX triplet: 9E, BA and 27. RGB value is (158,186,39). Sum of RGB (Red+Green+Blue) = 158+186+39=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA27 is #6145D8. Grayscale: #A1A1A1. Windows color (decimal): -6374873 or 2603678. OLE color: 2603678.

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

Color convert

RGB 158 186 39 -
CMYK 0.15 0 0.79 0.27
HSL 71.43º 0.65% 0.44% -
HSV(B) 71.43º 0.79% 0.73% -
XYZ 32.03 42.53 8.44 -
YUV 160.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 158 186 39 0.15 0 0.79 0.27 71.43 0.65 0.44
Hex 9E BA 27 F 0 4F 1B 47 41 2C
Octal 236 272 47 17 0 117 33 107 101 54
Binary 10011110 10111010 100111 1111 0 1001111 11011 1000111 1000001 101100

Color Harmonies of #9EBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA27

Black with #9EBA27

Text Example


Text Example

White with #9EBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,39); }

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

background-color css

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

 a { background-color: rgb(158,186,39); }

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

border-color css

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

 span { border-color: rgb(158,186,39); }

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