Html Css Color HEX #9EBD28 Bahia

📋 copy color: '#9EBD28'

red 158 ◦ green 189 ◦ blue 40

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

Shades of Bahia #9EBD28

Tints of Bahia #9EBD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 40.83%
G = 48.84%
B = 10.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#9EBD28 (or 0x9EBD28) is known color: Bahia. HEX triplet: 9E, BD and 28. RGB value is (158,189,40). Sum of RGB (Red+Green+Blue) = 158+189+40=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD28 is #6142D7. Grayscale: #A3A3A3. Windows color (decimal): -6374104 or 2669982. OLE color: 2669982.

HSL color Cylindrical-coordinate representation of color #9EBD28: hue angle of 72.48º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EBD28 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 40 -
CMYK 0.16 0 0.79 0.26
HSL 72.48º 0.65% 0.45% -
HSV(B) 72.48º 0.79% 0.74% -
XYZ 32.68 43.82 8.74 -
YUV 162.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 158 189 40 0.16 0 0.79 0.26 72.48 0.65 0.45
Hex 9E BD 28 10 0 4F 1A 48 41 2D
Octal 236 275 50 20 0 117 32 110 101 55
Binary 10011110 10111101 101000 10000 0 1001111 11010 1001000 1000001 101101

Color Harmonies of #9EBD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD28

Black with #9EBD28

Text Example


Text Example

White with #9EBD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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