Html Css Color HEX #A0BE17 Bahia

📋 copy color: '#A0BE17'

red 160 ◦ green 190 ◦ blue 23

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

Shades of Bahia #A0BE17

Tints of Bahia #A0BE17

RGB

 RED value IS 160 (62.89% from 255) = 42.9%

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

 BLUE value IS 23 (9.38% from 255) = 6.17%

R = 42.9%
G = 50.94%
B = 6.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#A0BE17 (or 0xA0BE17) is known color: Bahia. HEX triplet: A0, BE and 17. RGB value is (160,190,23). Sum of RGB (Red+Green+Blue) = 160+190+23=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE17 is #5F41E8. Grayscale: #A2A2A2. Windows color (decimal): -6242793 or 1556128. OLE color: 1556128.

HSL color Cylindrical-coordinate representation of color #A0BE17: hue angle of 70.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0BE17 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 23 -
CMYK 0.16 0 0.88 0.25
HSL 70.78º 0.78% 0.42% -
HSV(B) 70.78º 0.88% 0.75% -
XYZ 33.07 44.36 7.63 -
YUV 161.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 160 190 23 0.16 0 0.88 0.25 70.78 0.78 0.42
Hex A0 BE 17 10 0 58 19 47 4E 2A
Octal 240 276 27 20 0 130 31 107 116 52
Binary 10100000 10111110 10111 10000 0 1011000 11001 1000111 1001110 101010

Color Harmonies of #A0BE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE17

Black with #A0BE17

Text Example


Text Example

White with #A0BE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE17; }

 p { color: rgb(160,190,23); }

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

background-color css

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

 a { background-color: rgb(160,190,23); }

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

border-color css

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

 span { border-color: rgb(160,190,23); }

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