Html Css Color HEX #A3BE17 Bahia

📋 copy color: '#A3BE17'

red 163 ◦ green 190 ◦ blue 23

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

Shades of Bahia #A3BE17

Tints of Bahia #A3BE17

RGB

 RED value IS 163 (64.06% from 255) = 43.35%

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

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

R = 43.35%
G = 50.53%
B = 6.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#A3BE17 (or 0xA3BE17) is known color: Bahia. HEX triplet: A3, BE and 17. RGB value is (163,190,23). Sum of RGB (Red+Green+Blue) = 163+190+23=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BE17 is #5C41E8. Grayscale: #A3A3A3. Windows color (decimal): -6046185 or 1556131. OLE color: 1556131.

HSL color Cylindrical-coordinate representation of color #A3BE17: hue angle of 69.7º 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 #A3BE17 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 190 23 -
CMYK 0.14 0 0.88 0.25
HSL 69.7º 0.78% 0.42% -
HSV(B) 69.7º 0.88% 0.75% -
XYZ 33.67 44.68 7.66 -
YUV 162.89 49.05 128.08 -
System Red Green Blue C M Y K H S L
Decimal 163 190 23 0.14 0 0.88 0.25 69.7 0.78 0.42
Hex A3 BE 17 E 0 58 19 46 4E 2A
Octal 243 276 27 16 0 130 31 106 116 52
Binary 10100011 10111110 10111 1110 0 1011000 11001 1000110 1001110 101010

Color Harmonies of #A3BE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE17

Black with #A3BE17

Text Example


Text Example

White with #A3BE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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