Html Css Color HEX #9EB21D Bahia

📋 copy color: '#9EB21D'

red 158 ◦ green 178 ◦ blue 29

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

Shades of Bahia #9EB21D

Tints of Bahia #9EB21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.95%

R = 43.29%
G = 48.77%
B = 7.95%

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

#9EB21D (or 0x9EB21D) is known color: Bahia. HEX triplet: 9E, B2 and 1D. RGB value is (158,178,29). Sum of RGB (Red+Green+Blue) = 158+178+29=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB21D is #614DE2. Grayscale: #9B9B9B. Windows color (decimal): -6376931 or 1946270. OLE color: 1946270.

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

Color convert

RGB 158 178 29 -
CMYK 0.11 0 0.84 0.30
HSL 68.05º 0.72% 0.41% -
HSV(B) 68.05º 0.84% 0.7% -
XYZ 30.24 39.2 7.13 -
YUV 155.03 56.87 130.12 -
System Red Green Blue C M Y K H S L
Decimal 158 178 29 0.11 0 0.84 0.30 68.05 0.72 0.41
Hex 9E B2 1D B 0 54 1E 44 48 29
Octal 236 262 35 13 0 124 36 104 110 51
Binary 10011110 10110010 11101 1011 0 1010100 11110 1000100 1001000 101001

Color Harmonies of #9EB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB21D

Black with #9EB21D

Text Example


Text Example

White with #9EB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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