Html Css Color HEX #9ABE20 Bahia

📋 copy color: '#9ABE20'

red 154 ◦ green 190 ◦ blue 32

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

Shades of Bahia #9ABE20

Tints of Bahia #9ABE20

RGB

 RED value IS 154 (60.55% from 255) = 40.96%

 GREEN value IS 190 (74.61% from 255) = 50.53%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 40.96%
G = 50.53%
B = 8.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#9ABE20 (or 0x9ABE20) is known color: Bahia. HEX triplet: 9A, BE and 20. RGB value is (154,190,32). Sum of RGB (Red+Green+Blue) = 154+190+32=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE20 is #6541DF. Grayscale: #A1A1A1. Windows color (decimal): -6636000 or 2145946. OLE color: 2145946.

HSL color Cylindrical-coordinate representation of color #9ABE20: hue angle of 73.67º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9ABE20 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 190 32 -
CMYK 0.19 0 0.83 0.25
HSL 73.67º 0.71% 0.44% -
HSV(B) 73.67º 0.83% 0.75% -
XYZ 32 43.8 8.13 -
YUV 161.22 55.07 122.85 -
System Red Green Blue C M Y K H S L
Decimal 154 190 32 0.19 0 0.83 0.25 73.67 0.71 0.44
Hex 9A BE 20 13 0 53 19 4A 47 2C
Octal 232 276 40 23 0 123 31 112 107 54
Binary 10011010 10111110 100000 10011 0 1010011 11001 1001010 1000111 101100

Color Harmonies of #9ABE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABE20

Black with #9ABE20

Text Example


Text Example

White with #9ABE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,190,32); }

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

background-color css

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

 a { background-color: rgb(154,190,32); }

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

border-color css

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

 span { border-color: rgb(154,190,32); }

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