Html Css Color HEX #9EB21C Bahia

📋 copy color: '#9EB21C'

red 158 ◦ green 178 ◦ blue 28

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

Shades of Bahia #9EB21C

Tints of Bahia #9EB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.9%

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

R = 43.41%
G = 48.9%
B = 7.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#9EB21C (or 0x9EB21C) is known color: Bahia. HEX triplet: 9E, B2 and 1C. RGB value is (158,178,28). Sum of RGB (Red+Green+Blue) = 158+178+28=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB21C is #614DE3. Grayscale: #9B9B9B. Windows color (decimal): -6376932 or 1880734. OLE color: 1880734.

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

Color convert

RGB 158 178 28 -
CMYK 0.11 0 0.84 0.30
HSL 68º 0.73% 0.4% -
HSV(B) 68º 0.84% 0.7% -
XYZ 30.23 39.19 7.07 -
YUV 154.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 158 178 28 0.11 0 0.84 0.30 68 0.73 0.4
Hex 9E B2 1C B 0 54 1E 44 49 28
Octal 236 262 34 13 0 124 36 104 111 50
Binary 10011110 10110010 11100 1011 0 1010100 11110 1000100 1001001 101000

Color Harmonies of #9EB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB21C

Black with #9EB21C

Text Example


Text Example

White with #9EB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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