Html Css Color HEX #9EBD1B Bahia

📋 copy color: '#9EBD1B'

red 158 ◦ green 189 ◦ blue 27

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

Shades of Bahia #9EBD1B

Tints of Bahia #9EBD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.53%

 BLUE value IS 27 (10.94% from 255) = 7.22%

R = 42.25%
G = 50.53%
B = 7.22%

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

#9EBD1B (or 0x9EBD1B) is known color: Bahia. HEX triplet: 9E, BD and 1B. RGB value is (158,189,27). Sum of RGB (Red+Green+Blue) = 158+189+27=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD1B is #6142E4. Grayscale: #A1A1A1. Windows color (decimal): -6374117 or 1818014. OLE color: 1818014.

HSL color Cylindrical-coordinate representation of color #9EBD1B: hue angle of 71.48º degrees, saturation: 0.75, 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 #9EBD1B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 27 -
CMYK 0.16 0 0.86 0.26
HSL 71.48º 0.75% 0.42% -
HSV(B) 71.48º 0.86% 0.74% -
XYZ 32.5 43.74 7.77 -
YUV 161.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 158 189 27 0.16 0 0.86 0.26 71.48 0.75 0.42
Hex 9E BD 1B 10 0 56 1A 47 4B 2A
Octal 236 275 33 20 0 126 32 107 113 52
Binary 10011110 10111101 11011 10000 0 1010110 11010 1000111 1001011 101010

Color Harmonies of #9EBD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD1B

Black with #9EBD1B

Text Example


Text Example

White with #9EBD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,27); }

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

background-color css

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

 a { background-color: rgb(158,189,27); }

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

border-color css

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

 span { border-color: rgb(158,189,27); }

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